summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-04 19:37:00 +0000
committerPhil Hughes <me@iamphill.com>2017-08-04 19:37:00 +0000
commitcad767260dff3fac366a63400b60cd4211b05b85 (patch)
treeea5064ab5b5fdb253bbda23a2e5b142191381b9b /app/views/layouts/header/_default.html.haml
parent0b10259140a2114bfbd58a2257c32a6317394afe (diff)
parent94168d5afbd2738b81b3895e9815abd499df8b26 (diff)
downloadgitlab-ce-cad767260dff3fac366a63400b60cd4211b05b85.tar.gz
Merge branch '35275-change-issue-icon' into 'master'feature/migrate-last-commit-for-path-to-gitaly
Update top bar issues icon Closes #35275 See merge request !13263
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 bc3293fd100..b32cfe158bb 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -44,7 +44,7 @@
= icon('tachometer fw')
%li
= link_to assigned_issues_dashboard_path, title: 'Issues', aria: { label: "Issues" }, data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
- = icon('hashtag fw')
+ = custom_icon('issues')
- issues_count = assigned_issuables_count(:issues)
%span.badge.issues-count{ class: ('hidden' if issues_count.zero?) }
= number_with_delimiter(issues_count)