Skip to content
Snippets Groups Projects
Commit d92f1aba authored by Phil Hughes's avatar Phil Hughes
Browse files

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
parent 6d010ebf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,7 @@
= link_to_gfm issuable.title, [project.namespace.becomes(Namespace), project, issuable], title: issuable.title
.issuable-detail
= link_to [project.namespace.becomes(Namespace), project, issuable] do
%span.issuable-number >= issuable.to_reference
%span.issuable-number= issuable.to_reference
 
- issuable.labels.each do |label|
= link_to polymorphic_path(base_url_args, { milestone_title: @milestone.title, label_name: label.title, state: 'all' }) do
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment