summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Llaneras <pepmanuel@gmail.com>2016-11-11 21:53:17 +0100
committerJosep Llaneras <pepmanuel@gmail.com>2016-11-11 22:03:04 +0100
commit5ab8536f4663a831bbe2e3acb6fd485a7d68c39f (patch)
treefe1143b0d8dafb4345581feb5c48f97fd58abc1e
parent17ae29828ab8d1d58de91982642fa92abaeea422 (diff)
downloadgitlab-ce-5ab8536f4663a831bbe2e3acb6fd485a7d68c39f.tar.gz
Review comments Nov 11th
-rw-r--r--CHANGELOG.md1
-rw-r--r--app/views/dashboard/todos/index.html.haml2
-rw-r--r--changelogs/unreleased/issue-13823.yml4
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 171924d2865..86a37d5bdb1 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 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.
diff --git a/changelogs/unreleased/issue-13823.yml b/changelogs/unreleased/issue-13823.yml
new file mode 100644
index 00000000000..c1b5760f7df
--- /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