From 068dc61d5674e34264fd7d548f1b8b631d47ed2b Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 28 Nov 2016 01:01:40 +0100 Subject: [PATCH] comments-nav: add dividers according to the UI specs. --- rhodecode/templates/changeset/changeset_file_comment.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html index 25dd5ffc..dd6b91fa 100644 --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -54,9 +54,9 @@ %if not comment.pull_request or (comment.pull_request and not comment.pull_request.is_closed()): %if h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or comment.author.user_id == c.rhodecode_user.user_id: ## TODO: dan: add edit comment here - ${_('Delete')} + ${_('Delete')} | %if not comment.outdated: - ${_('Prev')} + ${_('Prev')} | ${_('Next')} %endif %endif