summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/applications/_form.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:26:37 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:26:37 -0500
commit673b0461b055b937ed25a43071bf3d1d7282244a (patch)
treea3b1d21366da4eddf58813e18bba767cebc7e6cf /app/views/doorkeeper/applications/_form.html.haml
parent763e14c38d4afce3a82b21ea40ce630185de1132 (diff)
downloadgitlab-ce-673b0461b055b937ed25a43071bf3d1d7282244a.tar.gz
[skip ci] .help-block to .form-text.text-muted
Diffstat (limited to 'app/views/doorkeeper/applications/_form.html.haml')
-rw-r--r--app/views/doorkeeper/applications/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/doorkeeper/applications/_form.html.haml b/app/views/doorkeeper/applications/_form.html.haml
index cf0e0de1ca4..be0935b8313 100644
--- a/app/views/doorkeeper/applications/_form.html.haml
+++ b/app/views/doorkeeper/applications/_form.html.haml
@@ -9,10 +9,10 @@
= f.label :redirect_uri, class: 'label-light'
= f.text_area :redirect_uri, class: 'form-control', required: true
- %span.help-block
+ %span.form-text.text-muted
Use one line per URI
- if Doorkeeper.configuration.native_redirect_uri
- %span.help-block
+ %span.form-text.text-muted
Use
%code= Doorkeeper.configuration.native_redirect_uri
for local tests