summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-03-24 16:04:57 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-03-24 16:04:57 +0100
commit9acfa6351f416dbeaa95c74dff9dca4265edeb25 (patch)
tree0a6e5ad322f34e28f7f296aee60fb0b364d70938 /app/views/layouts/header/_default.html.haml
parent8cc4a39be8d1bf31fe082829be209c6969647ab4 (diff)
downloadgitlab-ce-9acfa6351f416dbeaa95c74dff9dca4265edeb25.tar.gz
adds todo functionality to closed issuable sidebar and changes todo bell icon to check-square
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 7ddee0e5244..b11281035a5 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -33,7 +33,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?