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/profiles/preferences | |
parent | 763e14c38d4afce3a82b21ea40ce630185de1132 (diff) | |
download | gitlab-ce-673b0461b055b937ed25a43071bf3d1d7282244a.tar.gz |
[skip ci] .help-block to .form-text.text-muted
Diffstat (limited to 'app/views/profiles/preferences')
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index 6aefd97bb96..ab5565cfdaf 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -51,7 +51,7 @@ = f.label :layout, class: 'label-light' do Layout width = f.select :layout, layout_choices, {}, class: 'form-control' - .help-block + .form-text.text-muted Choose between fixed (max. 1200px) and fluid (100%) application layout. .form-group = f.label :dashboard, class: 'label-light' do @@ -61,7 +61,7 @@ = f.label :project_view, class: 'label-light' do Project overview content = f.select :project_view, project_view_choices, {}, class: 'form-control' - .help-block + .form-text.text-muted Choose what content you want to see on a project’s overview page .form-group = f.submit 'Save changes', class: 'btn btn-save' |