Remove redundant help text from custom dashboard selection

This commit is contained in:
Robert Speicher 2015-06-12 20:20:53 -04:00
parent d0463d2c6a
commit c0cb77e413
1 changed files with 0 additions and 2 deletions

View File

@ -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'