diff options
-rw-r--r-- | app/views/projects/milestones/edit.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/milestones/show.html.haml | 3 | ||||
-rw-r--r-- | changelogs/unreleased/milestone-not-showing-correctly-title.yml | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/milestones/edit.html.haml b/app/views/projects/milestones/edit.html.haml index 502821fabae..1e66c6079e3 100644 --- a/app/views/projects/milestones/edit.html.haml +++ b/app/views/projects/milestones/edit.html.haml @@ -5,7 +5,7 @@ %div{ class: container_class } %h3.page-title - Edit Milestone #{@milestone.title} + Edit Milestone %hr diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml index 0246469236d..e8c9d7f8429 100644 --- a/app/views/projects/milestones/show.html.haml +++ b/app/views/projects/milestones/show.html.haml @@ -16,7 +16,8 @@ Open .header-text-content %span.identifier - Milestone #{@milestone.title} + %strong + Milestone - if @milestone.due_date || @milestone.start_date = milestone_date_range(@milestone) .milestone-buttons diff --git a/changelogs/unreleased/milestone-not-showing-correctly-title.yml b/changelogs/unreleased/milestone-not-showing-correctly-title.yml index 74e0cc0251d..7c21094d737 100644 --- a/changelogs/unreleased/milestone-not-showing-correctly-title.yml +++ b/changelogs/unreleased/milestone-not-showing-correctly-title.yml @@ -1,5 +1,4 @@ --- -title: Changed milestone.to_reference calls into milestone.title for the show, edit - and top views +title: Removed the milestone references from the milestone views merge_request: author: |