Commit 8daa641e authored by Raveesh's avatar Raveesh

Switch to using milestone.to_reference when displaying milestone Fix #29214

parent ffcddb29
...@@ -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