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