]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/edit.html.erb
2a5f9938193af3311e2e95e32799949fcfe0d99d
[rails.git] / app / views / oauth_clients / edit.html.erb
1 <% content_for :heading do %>
2   <h1><%= t '.title' %></h1>
3 <% end %>
4
5 <%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
6   <%= render :partial => "form", :locals => { :f => f } %>
7   <%= submit_tag t '.submit' %>
8 <% end %>