summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-15 14:47:27 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-15 20:07:19 +0200
commitcc9dc0259d422b315c9ed50b545c5dbf3f6ee144 (patch)
treecc7106be053fc74571e5974737c7fe9adabe904b /app
parent23f0020be0fa9dc6c09cd841a246f182677a0897 (diff)
downloadgitlab-ce-cc9dc0259d422b315c9ed50b545c5dbf3f6ee144.tar.gz
Remove badge count for groups
Diffstat (limited to 'app')
-rw-r--r--app/views/dashboard/_groups_head.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/dashboard/_groups_head.html.haml b/app/views/dashboard/_groups_head.html.haml
index ccb82ffe228..8ab5dc37f34 100644
--- a/app/views/dashboard/_groups_head.html.haml
+++ b/app/views/dashboard/_groups_head.html.haml
@@ -10,7 +10,6 @@
= nav_link(page: dashboard_groups_path) do
= link_to dashboard_groups_path, title: _("Your groups") do
Your groups
- %span.badge.badge-pill= limited_counter_with_delimiter(current_user.groups)
= nav_link(page: explore_groups_path) do
= link_to explore_groups_path, title: _("Explore public groups") do
Explore public groups