Skip to content

Fixed some HAML errors on milestone#show

Phil Hughes requested to merge milestone-issuable-row-numbers into master

What does this MR do?

The issuable row had a HAML error that was causing it to not render correctly. The panel header also had 2 counts rather than 1 which led to mis-leading numbers.

Screenshots (if relevant)

Before:

Screen_Shot_2017-01-13_at_08.53.53

After:

Screen_Shot_2017-01-13_at_08.56.35

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/26799 and https://gitlab.com/gitlab-org/gitlab-ce/issues/26772.

Merge request reports