openstreetmap-website/app/views/oauth2_applications/edit.html.erb
2021-05-18 12:05:32 +01:00

7 lines
261 B
Text

<% content_for :heading do %>
<h1><%= t ".title" %></h1>
<% end %>
<%= bootstrap_form_for @application, :url => oauth_application_path(@application), :html => { :method => :put } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<% end %>