]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/new.html.erb
Re-enable issue reassigning.
[rails.git] / app / views / oauth_clients / new.html.erb
index 75102f80c91c76da92101c17bb2e9d7bfb42c986..7542d77b538e164a70be50fa7073c0150331cd32 100644 (file)
@@ -1,6 +1,10 @@
-<h1><%= t'oauth.client_application.new.title' %></h1>
-<% form_for :client_application, :url => { :action => :create } do |f| %>
-   <%= render :partial => "form", :locals => { :f => f } %>
-   <br />
-   <%= submit_tag t'oauth.client_application.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') %>
+  <% end %>
+</div>