summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos/index.html.haml
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-02-19 21:26:07 +0000
committerLuke Bennett <lbennett@gitlab.com>2019-03-06 12:11:59 +0000
commit4424a30fe1cf8f19cffaca19dbc6c4a0d2e9e377 (patch)
tree8f4b35644d01cb8b6e5e36c5c7d504e2b90cf851 /app/views/dashboard/todos/index.html.haml
parentf100c9ba158a0ab6f4edaa1de73e107737d4a9d0 (diff)
downloadgitlab-ce-4424a30fe1cf8f19cffaca19dbc6c4a0d2e9e377.tar.gz
Refactor dashboard gold trial callouts
Uses new gold trial helper method to render a gold trial callout on user dashboards.
Diffstat (limited to 'app/views/dashboard/todos/index.html.haml')
-rw-r--r--app/views/dashboard/todos/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml
index 47729321961..c569bc682a6 100644
--- a/app/views/dashboard/todos/index.html.haml
+++ b/app/views/dashboard/todos/index.html.haml
@@ -2,7 +2,7 @@
- page_title "Todos"
- header_title "Todos", dashboard_todos_path
-= render_if_exists "shared/gold_trial_callout"
+= render_dashboard_gold_trial(current_user)
.page-title-holder
%h1.page-title= _('Todos')