Add parentheses to fix warning.
This commit is contained in:
parent
2c13981b0f
commit
885d29345d
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
<% form_for :client_application, :url => { :action => :create } do |f| %>
|
<% form_for :client_application, :url => { :action => :create } do |f| %>
|
||||||
<%= render :partial => "form", :locals => { :f => f } %>
|
<%= render :partial => "form", :locals => { :f => f } %>
|
||||||
<br />
|
<br />
|
||||||
<%= submit_tag t'oauth.client_application.new.submit' %>
|
<%= submit_tag t('oauth.client_application.new.submit') %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue