diff --git a/CHANGELOG.md b/CHANGELOG.md index 171924d28652335849b0f53d5c6520841c34cd8d..86a37d5bdb1b4a4195e9c4046c062f68de85b1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,6 @@ entry. - Remove 'Edit' button from wiki edit view !7143 (Hiroyuki Sato) - Cleaned up global namespace JS !19661 (Jose Ivan Vargas) - Refactor Jira service to use jira-ruby gem -- Show random messages when the To Do list is empty. !13823 (jllaneras) - Improved todos empty state - Add hover to trash icon in notes !7008 (blackst0ne) - Hides project activity tabs when features are disabled diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml index 24811fc7a51083fa70cf6c4d2e12fa40e90295ea..472d698486b334f84d57b0559951b6f5001d413d 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. diff --git a/changelogs/unreleased/issue-13823.yml b/changelogs/unreleased/issue-13823.yml new file mode 100644 index 0000000000000000000000000000000000000000..c1b5760f7df4d42bf5a8564fd48f0e23afb6b38c --- /dev/null +++ b/changelogs/unreleased/issue-13823.yml @@ -0,0 +1,4 @@ +--- +title: Show random messages when the To Do list is empty +merge_request: 6818 +author: Josep Llaneras