summaryrefslogtreecommitdiffstats
path: root/app/views/doorkeeper/applications/edit.html.erb
blob: aebc1a841e7a6933c037b1e09c5fcbafa54af940 (plain)
1
2
3
4
5
6
<%= title [l('label_oauth_application_plural'), oauth_applications_path], @application.name %>

<%= labelled_form_for @application, url: doorkeeper_submit_path(@application) do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag l(:button_save) %>
<% end %>