Improve layout and styling of forms

This commit is contained in:
Saman Bemel-Benrud 2013-06-11 17:57:10 -07:00 committed by Tom Hughes
parent 78cc8ad62b
commit c3b8897c44
18 changed files with 414 additions and 297 deletions

View 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 %>