summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-29 13:41:12 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-29 13:41:12 +0000
commit412c9e8b9510608dcd9975997f5fb9f6efebb515 (patch)
tree472e1af9f1435d716ea1569a7bf8992739fb3cac /app/views/layouts/header/_default.html.haml
parent03c24c331853cc777f2f9d91de2edbe40019c3fb (diff)
parent89d1a1c097df179d021168ac6f7feddbc8507b9c (diff)
downloadgitlab-ce-412c9e8b9510608dcd9975997f5fb9f6efebb515.tar.gz
Merge branch 'create-collapsed-todo-button' into 'master'
Added initial todo functionality to collapsed sidebar Closes #24805 See merge request !7827
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 7bf4bc70f7c..afa6eec2fc7 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -40,7 +40,7 @@
= icon('wrench fw')
%li
= link_to dashboard_todos_path, title: 'Todos', aria: { label: "Todos" }, class: 'shortcuts-todos', data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
- = icon('bell fw')
+ = icon('check-square fw')
%span.badge.todos-pending-count{ class: ("hidden" if todos_pending_count == 0) }
= todos_count_format(todos_pending_count)
- if current_user.can_create_project?