summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/_issue.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-01 14:16:37 +0200
committerMarin Jankovski <marin@gitlab.com>2014-07-01 14:16:37 +0200
commit815fbbbf917021ec41c1310ff93358f54c6bf615 (patch)
tree8fc65dfec2ba14dae02cd5cd1a50646e57e8bd76 /app/views/projects/milestones/_issue.html.haml
parent8fb76a8308292d991a32ea76e50fb5ecfa3284b2 (diff)
downloadgitlab-ce-815fbbbf917021ec41c1310ff93358f54c6bf615.tar.gz
Add title html option to issue and mr links in milestones to show title on hover.
Diffstat (limited to 'app/views/projects/milestones/_issue.html.haml')
-rw-r--r--app/views/projects/milestones/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/_issue.html.haml b/app/views/projects/milestones/_issue.html.haml
index 08ccd0cdc8a..b5ec0fc9882 100644
--- a/app/views/projects/milestones/_issue.html.haml
+++ b/app/views/projects/milestones/_issue.html.haml
@@ -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"