##// END OF EJS Templates
comments: show author tag in pull request comments....
marcink -
r1671:7d3dd7ed default
parent child Browse files
Show More
@@ -92,7 +92,12 b''
92 <a class="permalink" href="#comment-${comment.comment_id}"> &para;</a>
92 <a class="permalink" href="#comment-${comment.comment_id}"> &para;</a>
93
93
94 <div class="comment-links-block">
94 <div class="comment-links-block">
95
95 % if comment.pull_request and comment.pull_request.author.user_id == comment.author.user_id:
96 <span class="tag authortag tooltip" title="${_('Pull request author')}">
97 ${_('author')}
98 </span>
99 |
100 % endif
96 % if inline:
101 % if inline:
97 <div class="pr-version-inline">
102 <div class="pr-version-inline">
98 <a href="${h.url.current(version=comment.pull_request_version_id, anchor='comment-{}'.format(comment.comment_id))}">
103 <a href="${h.url.current(version=comment.pull_request_version_id, anchor='comment-{}'.format(comment.comment_id))}">
General Comments 0
You need to be logged in to leave comments. Login now