Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-02-20 00:26:07 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-03-06 15:11:59 +0300
commit4424a30fe1cf8f19cffaca19dbc6c4a0d2e9e377 (patch)
tree8f4b35644d01cb8b6e5e36c5c7d504e2b90cf851 /app/views/dashboard/todos
parentf100c9ba158a0ab6f4edaa1de73e107737d4a9d0 (diff)
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')
-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')