From fff7b72b7c91e3095eb5a7d8084ecf529dadbf19 Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Sat, 30 Sep 2017 15:04:12 +0200 Subject: Add comment to find the associated view when Dashboard is customized. Refs #4655 --- app/controllers/dashboards_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/controllers/dashboards_controller.rb b/app/controllers/dashboards_controller.rb index 4c0042b67..2585dafca 100644 --- a/app/controllers/dashboards_controller.rb +++ b/app/controllers/dashboards_controller.rb @@ -1,3 +1,8 @@ +# +# If you changed the default Dashboard implementation (see Dashboard), +# this controller will use a custom partial like +# custom/dashboards/_dashboard.html.slim for Custom::Dashboard +# class DashboardsController < BreadcrumbController respond_to :html, only: [:show] -- cgit v1.2.3