From c0cb77e413fa38625a96323a527ff4dc56d59573 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 12 Jun 2015 20:20:53 -0400 Subject: [PATCH] Remove redundant help text from custom dashboard selection --- app/views/profiles/preferences/show.html.haml | 2 -- 1 file changed, 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'