Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-13 03:20:53 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-16 19:52:31 +0300
commit17af09b19075e74688ae9b78ccd773230e5b46fc (patch)
tree03e532c40c0029155f2492b4ab2e6d5439020eec
parent2797daade9cbdd85ed05a3a0d2b4f26989bc6744 (diff)
Remove redundant help text from custom dashboard selection
cherry-picked
-rw-r--r--app/views/profiles/preferences/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index 4cae8e61e7a..79709da8fa8 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -65,7 +65,5 @@
= link_to('(?)', help_page_path('profile', 'preferences') + '#default-dashboard', target: '_blank')
.col-sm-10
= f.select :dashboard, dashboard_choices, {}, class: 'form-control'
- %p.help-block.hint
- This setting allows you to customize the default Dashboard page.
.panel-footer
= f.submit 'Save', class: 'btn btn-save'