From 0803a350b09d2c80a7ff1c2d1e17712989b7a0c2 Mon Sep 17 00:00:00 2001 From: Josep Llaneras Date: Wed, 12 Oct 2016 01:22:09 +0200 Subject: Issue #13823: random message when all Todos are Done --- app/views/dashboard/todos/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/dashboard') diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index 5b2465e25ee..773645707d3 100644 --- a/app/views/dashboard/todos/index.html.haml +++ b/app/views/dashboard/todos/index.html.haml @@ -84,7 +84,7 @@ = render "shared/empty_states/todos_all_done.svg" - if todos_filter_empty? %h4.text-center - Good job! Looks like you don't have any todos left. + = no_todos_message %p.text-center Are you looking for things to do? Take a look at = succeed "," do -- cgit v1.2.1 From e4189ee690de9e45e15712e699c574a7e9dc1a8a Mon Sep 17 00:00:00 2001 From: Josep Llaneras Date: Fri, 28 Oct 2016 22:50:54 +0200 Subject: Remove author --- app/views/dashboard/todos/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/dashboard') diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index 773645707d3..24811fc7a51 100644 --- a/app/views/dashboard/todos/index.html.haml +++ b/app/views/dashboard/todos/index.html.haml @@ -84,7 +84,7 @@ = render "shared/empty_states/todos_all_done.svg" - if todos_filter_empty? %h4.text-center - = no_todos_message + = Gitlab.config.gitlab.no_todos_messages.sample %p.text-center Are you looking for things to do? Take a look at = succeed "," do @@ -108,4 +108,4 @@ @mention in a comment, this will trigger a new item in your todo list, automatically. %p - You will always know what to work on next. + You will always know what to work on next. \ No newline at end of file -- cgit v1.2.1 From 5ab8536f4663a831bbe2e3acb6fd485a7d68c39f Mon Sep 17 00:00:00 2001 From: Josep Llaneras Date: Fri, 11 Nov 2016 21:53:17 +0100 Subject: Review comments Nov 11th --- app/views/dashboard/todos/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/dashboard') diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index 24811fc7a51..472d698486b 100644 --- a/app/views/dashboard/todos/index.html.haml +++ b/app/views/dashboard/todos/index.html.haml @@ -108,4 +108,4 @@ @mention in a comment, this will trigger a new item in your todo list, automatically. %p - You will always know what to work on next. \ No newline at end of file + You will always know what to work on next. -- cgit v1.2.1