Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
90b0162c
Commit
90b0162c
authored
Sep 23, 2016
by
Greg Laubenstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reword html titles for merge requests and issues
parent
4e963fed
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGELOG
CHANGELOG
+1
-0
app/views/projects/issues/edit.html.haml
app/views/projects/issues/edit.html.haml
+1
-1
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+1
-1
app/views/projects/merge_requests/_show.html.haml
app/views/projects/merge_requests/_show.html.haml
+1
-1
app/views/projects/merge_requests/edit.html.haml
app/views/projects/merge_requests/edit.html.haml
+1
-1
No files found.
CHANGELOG
View file @
90b0162c
...
...
@@ -77,6 +77,7 @@ v 8.13.0 (unreleased)
- Retouch environments list and deployments list
- Add Container Registry on/off status to Admin Area !6638 (the-undefined)
- Grouped pipeline dropdown is a scrollable container
- Cleanup issue and merge request page titles (Greg Laubenstein)
v 8.12.5 (unreleased)
...
...
app/views/projects/issues/edit.html.haml
View file @
90b0162c
-
page_title
"Edit"
,
"
#{
@issue
.
t
itle
}
(#
#{
@issue
.
iid
}
)
"
,
"Issues"
-
page_title
"Edit"
,
"
#{
@issue
.
t
o_reference
}
#{
@issue
.
title
}
"
,
"Issues"
%h3
.page-title
Edit Issue ##{@issue.iid}
...
...
app/views/projects/issues/show.html.haml
View file @
90b0162c
-
page_title
"
#{
@issue
.
t
itle
}
(#
#{
@issue
.
iid
}
)
"
,
"Issues"
-
page_title
"
#{
@issue
.
t
o_reference
}
#{
@issue
.
title
}
"
,
"Issues"
-
page_description
@issue
.
description
-
page_card_attributes
@issue
.
card_attributes
...
...
app/views/projects/merge_requests/_show.html.haml
View file @
90b0162c
-
page_title
"
#{
@merge_request
.
t
itle
}
(
#{
@merge_request
.
to_reference
}
)
"
,
"Merge Requests"
-
page_title
"
#{
@merge_request
.
t
o_reference
}
#{
@merge_request
.
title
}
"
,
"Merge Requests"
-
page_description
@merge_request
.
description
-
page_card_attributes
@merge_request
.
card_attributes
-
content_for
:page_specific_javascripts
do
...
...
app/views/projects/merge_requests/edit.html.haml
View file @
90b0162c
-
page_title
"Edit"
,
"
#{
@merge_request
.
t
itle
}
(
#{
@merge_request
.
to_referenc
e
}
"
,
"Merge Requests"
-
page_title
"Edit"
,
"
#{
@merge_request
.
t
o_reference
}
#{
@merge_request
.
titl
e
}
"
,
"Merge Requests"
%h3
.page-title
Edit Merge Request
#{
@merge_request
.
to_reference
}
...
...
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