]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
fix rubocop warnings
[rails.git] / app / views / oauth_clients / new.html.erb
index 1c18857b1cb628d12ad24a0745282361404a34cb..7542d77b538e164a70be50fa7073c0150331cd32 100644 (file)
@@ -2,8 +2,9 @@
   <h1><%= t'oauth_clients.new.title' %></h1>
 <% end %>
 
-<%= form_for :client_application, :url => { :action => :create } do |f| %>
-   <%= render :partial => "form", :locals => { :f => f } %>
-   <br />
-   <%= submit_tag t('oauth_clients.new.submit') %>
-<% end %>
\ No newline at end of file
+<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') %>
+  <% end %>
+</div>