openstreetmap-website/app/views/oauth_clients/new.html.erb
Ævar Arnfjörð Bjarmason 340d5c05cf * Put checkboxes before form labels in an attempt to make them align with the text.
* Put a <br/> between the form and the submit button so they're not squashed together
2009-06-22 20:33:14 +00:00

6 lines
222 B
Text

<h1>Register a new application</h1>
<% form_for :client_application, :url => { :action => :create } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<br />
<%= submit_tag "Register" %>
<% end %>