BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f314bb6c
Commit
f314bb6c
authored
Mar 15, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
edit.html.haml
app/views/projects/milestones/edit.html.haml
+1
-1
show.html.haml
app/views/projects/milestones/show.html.haml
+1
-1
fix-milestone-name-on-show.yml
changelogs/unreleased/fix-milestone-name-on-show.yml
+4
-0
No files found.
app/views/projects/milestones/edit.html.haml
View file @
f314bb6c
...
...
@@ -5,7 +5,7 @@
%div
{
class:
container_class
}
%h3
.page-title
Edit Milestone #
#{@milestone.iid
}
Edit Milestone
#
{
@milestone
.
to_reference
}
%hr
...
...
app/views/projects/milestones/show.html.haml
View file @
f314bb6c
...
...
@@ -20,7 +20,7 @@
.header-text-content
%span
.identifier
%strong
Milestone
%
#{
@milestone
.
iid
}
Milestone
#{
@milestone
.
to_reference
}
-
if
@milestone
.
due_date
||
@milestone
.
start_date
=
milestone_date_range
(
@milestone
)
.milestone-buttons
...
...
changelogs/unreleased/fix-milestone-name-on-show.yml
0 → 100644
View file @
f314bb6c
---
title
:
Fix Milestone name on show page
merge_request
:
author
:
Raveesh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment