summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones
diff options
context:
space:
mode:
authorAlex Braha Stoll <alexbrahastoll@gmail.com>2016-12-13 02:29:12 -0200
committerAdam Niedzielski <adamsunday@gmail.com>2017-03-10 13:04:19 +0100
commit50a8f16e165d45bf6b518c0e250e1f5a360a6d3f (patch)
tree750a23b4089a654453c612a79e595fd701c12c70 /app/views/groups/milestones
parent81ad61113112c49704cfe24b8e47479976422e60 (diff)
downloadgitlab-ce-50a8f16e165d45bf6b518c0e250e1f5a360a6d3f.tar.gz
Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestones
Diffstat (limited to 'app/views/groups/milestones')
-rw-r--r--app/views/groups/milestones/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/index.html.haml b/app/views/groups/milestones/index.html.haml
index 644895c56a1..6893168f039 100644
--- a/app/views/groups/milestones/index.html.haml
+++ b/app/views/groups/milestones/index.html.haml
@@ -2,7 +2,7 @@
= render "groups/head_issues"
.top-area
- = render 'shared/milestones_filter'
+ = render 'shared/milestones_filter', counts: @milestone_states
.nav-controls
- if can?(current_user, :admin_milestones, @group)