]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Fix incorrectly nested HTML in OAuth application creation form
[rails.git] / app / views / oauth_clients / new.html.erb
index a931cffe59660c61b51793776d298b05a8a8fc80..7542d77b538e164a70be50fa7073c0150331cd32 100644 (file)
@@ -4,8 +4,7 @@
 
 <div class='standard-form'>
   <%= form_for :client_application, :url => { :action => :create } do |f| %>
-  <%= render :partial => "form", :locals => { :f => f } %>
-  <%= submit_tag t('oauth_clients.new.submit') %>
+    <%= render :partial => "form", :locals => { :f => f } %>
+    <%= submit_tag t('oauth_clients.new.submit') %>
+  <% end %>
 </div>
-
-<% end %>