Show More
@@ -92,7 +92,12 b'' | |||
|
92 | 92 | <a class="permalink" href="#comment-${comment.comment_id}"> ¶</a> |
|
93 | 93 | |
|
94 | 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 | 101 | % if inline: |
|
97 | 102 | <div class="pr-version-inline"> |
|
98 | 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