# HG changeset patch # User Marcin Kuzminski # Date 2016-11-28 00:01:40 # Node ID 15575ad3f8fc6c92adb6c8b4fad47d75b8e0839f # Parent a4d6d4c71e60871c176f29ba6895996df7a08966 comments-nav: add dividers according to the UI specs. diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- 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