openstreetmap-website/app/views/oauth_clients/edit.html.erb
2011-11-14 09:42:52 +00:00

6 lines
330 B
Text

<h1><%= t'oauth_clients.edit.title' %></h1>
<%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<br/>
<%= submit_tag t'oauth_clients.edit.submit' %>
<% end %>