diff options
author | Berna Castro <bernacas@gmail.com> | 2016-12-15 13:09:07 +0100 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-01-27 20:20:17 -0200 |
commit | c85c681505b3d52f8ffa6729ebbbf2846e73cf30 (patch) | |
tree | d2ed5124b1c6d11baaf546e1d4cd3a871465aada /app/views | |
parent | 4e2b9d703f3b3d3f64a25ff9ae33eb56210c1715 (diff) | |
download | gitlab-ce-c85c681505b3d52f8ffa6729ebbbf2846e73cf30.tar.gz |
Add the group path to the issue ID if applicable
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/issues/_issue.html.haml | 2 |
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} · + #{issue.to_reference(@project, @group)} · opened #{time_ago_with_tooltip(issue.created_at, placement: 'bottom')} by #{link_to_member(@project, issue.author, avatar: false)} - if issue.milestone |