summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-07 12:35:25 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-07 12:35:25 -0300
commitbb5bc90ab0b3591729f8b940f178f7f54cc01c7d (patch)
treeeec2beb80967b062c2bba417b154d64ccff267b3 /app/views
parent9cae14037a0c52039c15483a29487a06697ad79d (diff)
downloadgitlab-ce-bb5bc90ab0b3591729f8b940f178f7f54cc01c7d.tar.gz
Update number of Todos in the sidebar when it's marked as "Done"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/nav/_dashboard.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml
index d1a180e4299..f1052eadf81 100644
--- a/app/views/layouts/nav/_dashboard.html.haml
+++ b/app/views/layouts/nav/_dashboard.html.haml
@@ -9,7 +9,7 @@
= icon('bell fw')
%span
Todos
- %span.count= number_with_delimiter(todos_pending_count)
+ %span.count.todos-pending-count= number_with_delimiter(todos_pending_count)
= nav_link(path: 'dashboard#activity') do
= link_to activity_dashboard_path, class: 'shortcuts-activity', title: 'Activity' do
= icon('dashboard fw')