openstreetmap-website/app/views/oauth_clients/new.html.erb
2009-08-18 20:06:33 +00:00

6 lines
270 B
Text

<h1><%= t'oauth.client_application.new.title' %></h1>
<% form_for :client_application, :url => { :action => :create } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<br />
<%= submit_tag t('oauth.client_application.new.submit') %>
<% end %>