]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Fix browse features buttons
[rails.git] / app / views / oauth_clients / new.html.erb
index 292c53fc0e0433353f8e0c28d64b8414a8a7c1f9..a931cffe59660c61b51793776d298b05a8a8fc80 100644 (file)
@@ -1,6 +1,11 @@
-<h1><%= t'oauth_clients.new.title' %></h1>
-<% form_for :client_application, :url => { :action => :create } do |f| %>
-   <%= render :partial => "form", :locals => { :f => f } %>
-   <br />
-   <%= submit_tag t('oauth_clients.new.submit') %>
+<% content_for :heading do %>
+  <h1><%= t'oauth_clients.new.title' %></h1>
+<% end %>
+
+<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') %>
+</div>
+
 <% end %>