Fix incorrectly nested HTML in OAuth application creation form
This commit is contained in:
parent
33f30af7b3
commit
f2211a7ed9
1 changed files with 3 additions and 4 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue