summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issue.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_issue.html.haml')
-rw-r--r--app/views/projects/issues/_issue.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml
index 8bb3fe6ba26..6cfbab92f0f 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -34,7 +34,13 @@
= note_count
.issue-info
- #{issue.to_reference(@project, @group)} ·
+ - if controller_name == "dashboard"
+ #{issue.to_reference(full_path: true)}
+ - else
+ #{issue.to_reference(@group || @project)}
+
+ ·
+
opened #{time_ago_with_tooltip(issue.created_at, placement: 'bottom')}
by #{link_to_member(@project, issue.author, avatar: false)}
- if issue.milestone