summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-12 20:20:53 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-13 17:59:13 -0400
commitc0cb77e413fa38625a96323a527ff4dc56d59573 (patch)
tree0d48942f97f95622b05207e725effece96c72ad1 /app
parentd0463d2c6a275559f187df4b45e1e62aaffe4ec9 (diff)
downloadgitlab-ce-c0cb77e413fa38625a96323a527ff4dc56d59573.tar.gz
Remove redundant help text from custom dashboard selection
Diffstat (limited to 'app')
-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'