projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f30af
)
Fix incorrectly nested HTML in OAuth application creation form
author
Tom Hughes
<tom@compton.nu>
Mon, 8 Jul 2013 08:48:31 +0000
(09:48 +0100)
committer
Tom Hughes
<tom@compton.nu>
Mon, 8 Jul 2013 08:48:31 +0000
(09:48 +0100)
app/views/oauth_clients/new.html.erb
patch
|
blob
|
history
diff --git
a/app/views/oauth_clients/new.html.erb
b/app/views/oauth_clients/new.html.erb
index a931cffe59660c61b51793776d298b05a8a8fc80..7542d77b538e164a70be50fa7073c0150331cd32 100644
(file)
--- a/
app/views/oauth_clients/new.html.erb
+++ b/
app/views/oauth_clients/new.html.erb
@@
-4,8
+4,7
@@
<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') %>
+ <%= render :partial => "form", :locals => { :f => f } %>
+ <%= submit_tag t('oauth_clients.new.submit') %>
+ <% end %>
</div>
-
-<% end %>