summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issue.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 15:17:07 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 15:17:07 -0700
commitdf8b4ab45921e68a5efbd1bcf98fbf5139193ad5 (patch)
tree3578872cfae69c3412978feebd6a92a6f55df1dc /app/views/projects/issues/_issue.html.haml
parent476199e0691edd956764ace45264511048fe6eb1 (diff)
parent3d87cf8dc18eb8a37fc6996939c52a1ce508126d (diff)
downloadgitlab-ce-df8b4ab45921e68a5efbd1bcf98fbf5139193ad5.tar.gz
Merge pull request #8662 from yglukhov/mr-and-issue-links
Make MR and issue numbers clickable links in MR and issue lists.
Diffstat (limited to 'app/views/projects/issues/_issue.html.haml')
-rw-r--r--app/views/projects/issues/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml
index 3b50ce01351..89142a13772 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -17,7 +17,7 @@
= issue.notes.count
.issue-info
- %span.light= "##{issue.iid}"
+ = link_to "##{issue.iid}", project_issue_path(issue.project, issue), class: "light"
- if issue.assignee
assigned to #{link_to_member(@project, issue.assignee)}
- if issue.votes_count > 0