]> git.openstreetmap.org Git - rails.git/blob - app/views/oauth_clients/new.html.erb
b5767e6ca7ccf391f5a9b96685a402e51dbb9d4f
[rails.git] / app / views / oauth_clients / new.html.erb
1 <% content_for :heading do %>
2   <h1><%= t '.title' %></h1>
3 <% end %>
4
5 <div class='standard-form'>
6   <%= form_for :client_application, :url => { :action => :create } do |f| %>
7     <%= render :partial => "form", :locals => { :f => f } %>
8     <%= submit_tag t('.submit') %>
9   <% end %>
10 </div>