]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/edit.html.erb
Fix off-by-one error in user notes list
[rails.git] / app / views / oauth_clients / edit.html.erb
index 99aab0ed03b95d9d7db616eb846ed28ae50cafc5..397849c4442d28d4e3a4dd9affa96a4b93149210 100644 (file)
@@ -4,6 +4,5 @@
 
 <%= form_for @client_application, :url => oauth_client_path(@client_application.user.display_name, @client_application), :html => { :method => :put } do |f| %>
   <%= render :partial => "form", :locals => { :f => f } %>
-  <br/>
   <%= submit_tag t'oauth_clients.edit.submit' %>
 <% end %>