diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-11 13:26:37 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-11 13:26:37 -0500 |
commit | 673b0461b055b937ed25a43071bf3d1d7282244a (patch) | |
tree | a3b1d21366da4eddf58813e18bba767cebc7e6cf /app/views/shared/_field.html.haml | |
parent | 763e14c38d4afce3a82b21ea40ce630185de1132 (diff) | |
download | gitlab-ce-673b0461b055b937ed25a43071bf3d1d7282244a.tar.gz |
[skip ci] .help-block to .form-text.text-muted
Diffstat (limited to 'app/views/shared/_field.html.haml')
-rw-r--r-- | app/views/shared/_field.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_field.html.haml b/app/views/shared/_field.html.haml index aea0a8fd8e0..2493108743b 100644 --- a/app/views/shared/_field.html.haml +++ b/app/views/shared/_field.html.haml @@ -26,4 +26,4 @@ - elsif type == 'password' = form.password_field name, autocomplete: "new-password", class: "form-control", required: value.blank? && required, disabled: disabled - if help - %span.help-block= help + %span.form-text.text-muted= help |