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-14 00:59:13 +0300
commitc0cb77e413fa38625a96323a527ff4dc56d59573 (patch)
tree0d48942f97f95622b05207e725effece96c72ad1 /app/views/profiles/preferences
parentd0463d2c6a275559f187df4b45e1e62aaffe4ec9 (diff)
Remove redundant help text from custom dashboard selection
Diffstat (limited to 'app/views/profiles/preferences')
-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 073e8f22aac..aa99280fde6 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -38,7 +38,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'