about summary refs log tree commit diff
path: root/app/views/doorkeeper/authorizations/error.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-11 01:58:55 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-11 01:58:55 +0100
commitb919f39b3186c5f022d3965cf6023ff9041e91ca (patch)
tree797d63419822cb63a24e403ea47ab8b8f304fff9 /app/views/doorkeeper/authorizations/error.html.haml
parentd4b9b289e8a4db61dbed9c725ee602ee63515d15 (diff)
Customizing doorkeeper views for authorizing app
Diffstat (limited to 'app/views/doorkeeper/authorizations/error.html.haml')
-rw-r--r--app/views/doorkeeper/authorizations/error.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/doorkeeper/authorizations/error.html.haml b/app/views/doorkeeper/authorizations/error.html.haml
new file mode 100644
index 000000000..cb97ae170
--- /dev/null
+++ b/app/views/doorkeeper/authorizations/error.html.haml
@@ -0,0 +1,4 @@
+.prompt= t('doorkeeper.authorizations.error.title')
+
+#error_explanation
+  = @pre_auth.error_response.body[:error_description]