summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-04-19 12:23:15 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-19 15:33:29 -0500
commitbc0a4b45e8f50dfa0dd5dae24a850f2011405268 (patch)
tree731d4a79e22946b8c1e3902491d67138e9597219
parentbda321bbb9f860096ce9f84af08a08352963478b (diff)
downloadgitlab-ce-milestone-not-showing-correctly-title.tar.gz
Removed references in the titles for the milestonemilestone-not-showing-correctly-title
-rw-r--r--app/views/projects/milestones/edit.html.haml2
-rw-r--r--app/views/projects/milestones/show.html.haml3
-rw-r--r--changelogs/unreleased/milestone-not-showing-correctly-title.yml3
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: