projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert unrelated changes from db/structure.sql
[rails.git]
/
app
/
views
/
oauth
/
authorize_failure.html.erb
diff --git
a/app/views/oauth/authorize_failure.html.erb
b/app/views/oauth/authorize_failure.html.erb
index d8110c94f0bacbf7b42b622ae0c8a1d55809151c..4afba70e306c685a268286e4823f7fdd80243422 100644
(file)
--- a/
app/views/oauth/authorize_failure.html.erb
+++ b/
app/views/oauth/authorize_failure.html.erb
@@
-1
+1,5
@@
-<h1>You have disallowed this request</h1>
+<% content_for :heading do %>
+ <h1><%= t "oauth.oauthorize_failure.title" %></h1>
+<% end %>
+
+<p><%= @message %></p>