about summary refs log tree commit diff
path: root/app/views/settings/applications/_fields.html.haml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-12-12 16:10:58 +0100
committerGitHub <noreply@github.com>2019-12-12 16:10:58 +0100
commitc1befd3909359e4d964da74bde9931a8416d26a3 (patch)
tree7eb7528245c671cdf908e07c3d630e7639d575bb /app/views/settings/applications/_fields.html.haml
parent246addd5b33a172600342af3fb6fb5e4c80ad95e (diff)
parentbe4849c08306cce930ea27e1f8097ffb774f75c6 (diff)
Merge pull request #1252 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/settings/applications/_fields.html.haml')
-rw-r--r--app/views/settings/applications/_fields.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/applications/_fields.html.haml b/app/views/settings/applications/_fields.html.haml
index 6a2863b20..ffd2491d2 100644
--- a/app/views/settings/applications/_fields.html.haml
+++ b/app/views/settings/applications/_fields.html.haml
@@ -7,7 +7,7 @@
 .fields-group
   = f.input :redirect_uri, wrapper: :with_block_label, label: t('activerecord.attributes.doorkeeper/application.redirect_uri'), hint: t('doorkeeper.applications.help.redirect_uri')
 
-  %p.hint= t('doorkeeper.applications.help.native_redirect_uri', native_redirect_uri: Doorkeeper.configuration.native_redirect_uri)
+  %p.hint= t('doorkeeper.applications.help.native_redirect_uri', native_redirect_uri: content_tag(:code, Doorkeeper.configuration.native_redirect_uri)).html_safe
 
 .field-group
   .input.with_block_label