Commit 6f265eb7 authored by Phil Hughes's avatar Phil Hughes

Added username to issue & merge request header

Closes #13771
parent 9b3c1a8c
......@@ -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')
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment