]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth2_applications/new.html.erb
a9d6f4a49d3d1401257264c6f961dd686a769c97
[rails.git] / app / views / oauth2_applications / new.html.erb
1 <% content_for :heading do %>
2   <h1><%= t ".title" %></h1>
3 <% end %>
4
5 <%= bootstrap_form_for @application, :url => { :action => :create } do |f| %>
6   <%= render :partial => "form", :locals => { :f => f } %>
7 <% end %>