Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-15 15:47:27 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-01-15 21:07:19 +0300
commitcc9dc0259d422b315c9ed50b545c5dbf3f6ee144 (patch)
treecc7106be053fc74571e5974737c7fe9adabe904b /app/views/dashboard
parent23f0020be0fa9dc6c09cd841a246f182677a0897 (diff)
Remove badge count for groups
Diffstat (limited to 'app/views/dashboard')
-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