summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones/_issuables.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-13 08:54:20 -0500
committerPhil Hughes <me@iamphill.com>2017-01-13 08:54:20 -0500
commitd92f1abafe790e2a14161b1f096e39e0dd6e777b (patch)
treed62795f5adbcfaef6df02da5036abc7a5b484b18 /app/views/shared/milestones/_issuables.html.haml
parent6d010ebfb934b782d558a5f93c69d3133f5e5635 (diff)
downloadgitlab-ce-d92f1abafe790e2a14161b1f096e39e0dd6e777b.tar.gz
Fixed some HAML errors on milestone#show
The issuable reference wasn't correctly rendered on the page 2 counts where rendered in the top bar of the panel
Diffstat (limited to 'app/views/shared/milestones/_issuables.html.haml')
-rw-r--r--app/views/shared/milestones/_issuables.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/shared/milestones/_issuables.html.haml b/app/views/shared/milestones/_issuables.html.haml
index c8fd45c4319..d7eed9e7418 100644
--- a/app/views/shared/milestones/_issuables.html.haml
+++ b/app/views/shared/milestones/_issuables.html.haml
@@ -7,8 +7,6 @@
.left
= title
- if show_counter
- .right
- = issuables.size
.pull-right= number_with_delimiter(issuables.size)
- class_prefix = dom_class(issuables).pluralize