Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerna Castro <bernacas@gmail.com>2016-12-15 15:09:07 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-01-28 01:20:17 +0300
commitc85c681505b3d52f8ffa6729ebbbf2846e73cf30 (patch)
treed2ed5124b1c6d11baaf546e1d4cd3a871465aada /app/views/projects/issues
parent4e2b9d703f3b3d3f64a25ff9ae33eb56210c1715 (diff)
Add the group path to the issue ID if applicable
Diffstat (limited to 'app/views/projects/issues')
-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 bd46af339cf..8bb3fe6ba26 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -34,7 +34,7 @@
= note_count
.issue-info
- #{issue.to_reference} &middot;
+ #{issue.to_reference(@project, @group)} &middot;
opened #{time_ago_with_tooltip(issue.created_at, placement: 'bottom')}
by #{link_to_member(@project, issue.author, avatar: false)}
- if issue.milestone