]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/edit.html.erb
Merge 16817:16819 from trunk.
[rails.git] / app / views / oauth_clients / edit.html.erb
1 <h1><%= t'oauth.client_application.edit.title' %></h1>
2 <% form_for :client_application, @client_application, :url => oauth_client_path(@client_application), :html => { :method => :put } do |f| %>
3        <%= render :partial => "form", :locals => { :f => f } %>
4        <br/>
5        <%= submit_tag t'oauth.client_application.edit.submit' %>
6 <% end %>