Fix incorrectly nested HTML in OAuth application creation form

This commit is contained in:
Tom Hughes 2013-07-08 09:48:31 +01:00
parent 33f30af7b3
commit f2211a7ed9

View file

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