diff options
author | ThibG <thib@sitedethib.com> | 2019-12-12 16:10:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 16:10:58 +0100 |
commit | c1befd3909359e4d964da74bde9931a8416d26a3 (patch) | |
tree | 7eb7528245c671cdf908e07c3d630e7639d575bb /app/views/settings/applications | |
parent | 246addd5b33a172600342af3fb6fb5e4c80ad95e (diff) | |
parent | be4849c08306cce930ea27e1f8097ffb774f75c6 (diff) |
Merge pull request #1252 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/settings/applications')
-rw-r--r-- | app/views/settings/applications/_fields.html.haml | 2 |
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 |