]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/edit.html.erb
Merged 16488:16743 from trunk.
[rails.git] / app / views / oauth_clients / edit.html.erb
1 <h1>Edit your application</h1>
2 <% form_for :client_application do |f| %>
3        <%= render :partial => "form", :locals => { :f => f } %>
4        <%= submit_tag "Edit" %>
5 <% end %>