Show More
@@ -54,9 +54,9 b'' | |||||
54 | %if not comment.pull_request or (comment.pull_request and not comment.pull_request.is_closed()): |
|
54 | %if not comment.pull_request or (comment.pull_request and not comment.pull_request.is_closed()): | |
55 | %if h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or comment.author.user_id == c.rhodecode_user.user_id: |
|
55 | %if h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or comment.author.user_id == c.rhodecode_user.user_id: | |
56 | ## TODO: dan: add edit comment here |
|
56 | ## TODO: dan: add edit comment here | |
57 | <a onclick="return Rhodecode.comments.deleteComment(this);" class="delete-comment"> ${_('Delete')}</a> |
|
57 | <a onclick="return Rhodecode.comments.deleteComment(this);" class="delete-comment"> ${_('Delete')}</a> | | |
58 | %if not comment.outdated: |
|
58 | %if not comment.outdated: | |
59 | <a onclick="return Rhodecode.comments.prevComment(this);" class="prev-comment"> ${_('Prev')}</a> |
|
59 | <a onclick="return Rhodecode.comments.prevComment(this);" class="prev-comment"> ${_('Prev')}</a> | | |
60 | <a onclick="return Rhodecode.comments.nextComment(this);" class="next-comment"> ${_('Next')}</a> |
|
60 | <a onclick="return Rhodecode.comments.nextComment(this);" class="next-comment"> ${_('Next')}</a> | |
61 | %endif |
|
61 | %endif | |
62 | %endif |
|
62 | %endif |
General Comments 0
You need to be logged in to leave comments.
Login now