projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c13981
)
Add parentheses to fix warning.
author
Tom Hughes
<tom@compton.nu>
Tue, 18 Aug 2009 20:06:33 +0000
(20:06 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 18 Aug 2009 20:06:33 +0000
(20:06 +0000)
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 75102f80c91c76da92101c17bb2e9d7bfb42c986..0c2ab16fbbfe1aa8d8cab977690064fdf93575a5 100644
(file)
--- a/
app/views/oauth_clients/new.html.erb
+++ b/
app/views/oauth_clients/new.html.erb
@@
-2,5
+2,5
@@
<% form_for :client_application, :url => { :action => :create } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<br />
- <%= submit_tag t
'oauth.client_application.new.submit'
%>
+ <%= submit_tag t
('oauth.client_application.new.submit')
%>
<% end %>