Commit 95f0d985 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'milestone-issuable-row-numbers' into 'master'

Fixed some HAML errors on milestone#show

Closes #26799 and #26772

See merge request !8560
parents f9964794 bbd71328
......@@ -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
......
......@@ -8,8 +8,7 @@
= title
- if show_counter
.right
= issuables.size
.pull-right= number_with_delimiter(issuables.size)
= number_with_delimiter(issuables.size)
- class_prefix = dom_class(issuables).pluralize
%ul{ class: "well-list #{class_prefix}-sortable-list", id: "#{class_prefix}-list-#{id}", "data-state" => id }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment