We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f4a844 + b549a7b commit 08ed5cbCopy full SHA for 08ed5cb
app/views/doorkeeper/authorizations/error.html.haml
@@ -6,5 +6,5 @@
6
%p
7
= @pre_auth.error_response.body[:error_description]
8
9
- = raw t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] })
+ = t('doorkeeper.errors.messages.get_help', hackathon_name: content_tag(:strong, class: 'text-info') { HackathonConfig['name'] }).html_safe
10
0 commit comments