summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/issues/show.html.haml1
-rw-r--r--app/views/projects/merge_requests/show/_mr_title.html.haml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 1173e0a78c7..7d8798981e3 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -29,6 +29,7 @@
%span.creator
·
by #{link_to_member(@project, @issue.author, size: 24)}
+ = '@' + @issue.author.username
·
= time_ago_with_tooltip(@issue.created_at, placement: 'bottom', html_class: 'issue_created_ago')
diff --git a/app/views/projects/merge_requests/show/_mr_title.html.haml b/app/views/projects/merge_requests/show/_mr_title.html.haml
index b634a4af8d2..339031f15b2 100644
--- a/app/views/projects/merge_requests/show/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_title.html.haml
@@ -6,6 +6,7 @@
%span.creator
·
by #{link_to_member(@project, @merge_request.author, size: 24)}
+ = '@' + @merge_request.author.username
·
= time_ago_with_tooltip(@merge_request.created_at)