Commit f314bb6c authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-milestone-name-on-show' into 'master'

Fix typo on Milestones show page. Fixes #29214

Closes #29214

See merge request !9913
parents 0d477dc2 8daa641e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%div{ class: container_class } %div{ class: container_class }
%h3.page-title %h3.page-title
Edit Milestone ##{@milestone.iid} Edit Milestone #{@milestone.to_reference}
%hr %hr
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.header-text-content .header-text-content
%span.identifier %span.identifier
%strong %strong
Milestone %#{@milestone.iid} Milestone #{@milestone.to_reference}
- if @milestone.due_date || @milestone.start_date - if @milestone.due_date || @milestone.start_date
= milestone_date_range(@milestone) = milestone_date_range(@milestone)
.milestone-buttons .milestone-buttons
......
---
title: Fix Milestone name on show page
merge_request:
author: Raveesh
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