Improve layout and styling of forms
This commit is contained in:
parent
78cc8ad62b
commit
c3b8897c44
18 changed files with 414 additions and 297 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue