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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
815fbbbf
Commit
815fbbbf
authored
Jul 01, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add title html option to issue and mr links in milestones to show title on hover.
parent
8fb76a83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/views/groups/milestones/_issue.html.haml
app/views/groups/milestones/_issue.html.haml
+1
-1
app/views/groups/milestones/_merge_request.html.haml
app/views/groups/milestones/_merge_request.html.haml
+1
-1
app/views/projects/milestones/_issue.html.haml
app/views/projects/milestones/_issue.html.haml
+1
-1
app/views/projects/milestones/_merge_request.html.haml
app/views/projects/milestones/_merge_request.html.haml
+1
-1
No files found.
app/views/groups/milestones/_issue.html.haml
View file @
815fbbbf
...
...
@@ -4,7 +4,7 @@
%strong
#{
project
.
name
}
·
=
link_to
[
project
,
issue
]
do
%span
.cgray
##{issue.iid}
=
link_to_gfm
issue
.
title
,
[
project
,
issue
]
=
link_to_gfm
issue
.
title
,
[
project
,
issue
]
,
title:
issue
.
title
.pull-right.assignee-icon
-
if
issue
.
assignee
=
image_tag
avatar_icon
(
issue
.
assignee
.
email
,
16
),
class:
"avatar s16"
app/views/groups/milestones/_merge_request.html.haml
View file @
815fbbbf
...
...
@@ -4,7 +4,7 @@
%strong
#{
project
.
name
}
·
=
link_to
[
project
,
merge_request
]
do
%span
.cgray
##{merge_request.iid}
=
link_to_gfm
merge_request
.
title
,
[
project
,
merge_request
]
=
link_to_gfm
merge_request
.
title
,
[
project
,
merge_request
]
,
title:
merge_request
.
title
.pull-right.assignee-icon
-
if
merge_request
.
assignee
=
image_tag
avatar_icon
(
merge_request
.
assignee
.
email
,
16
),
class:
"avatar s16"
app/views/projects/milestones/_issue.html.haml
View file @
815fbbbf
...
...
@@ -2,7 +2,7 @@
%span
.str-truncated
=
link_to
[
@project
,
issue
]
do
%span
.cgray
##{issue.iid}
=
link_to_gfm
issue
.
title
,
[
@project
,
issue
]
=
link_to_gfm
issue
.
title
,
[
@project
,
issue
]
,
title:
issue
.
title
.pull-right.assignee-icon
-
if
issue
.
assignee
=
image_tag
avatar_icon
(
issue
.
assignee
.
email
,
16
),
class:
"avatar s16"
...
...
app/views/projects/milestones/_merge_request.html.haml
View file @
815fbbbf
...
...
@@ -2,4 +2,4 @@
%span
.str-truncated
=
link_to
[
@project
,
merge_request
]
do
%span
.cgray
##{merge_request.iid}
=
link_to_gfm
truncate
(
merge_request
.
title
,
length:
60
),
[
@project
,
merge_request
]
=
link_to_gfm
merge_request
.
title
,
[
@project
,
merge_request
],
title:
merge_request
.
title
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