# HG changeset patch # User Marcin Kuzminski # Date 2017-01-25 20:45:47 # Node ID daa515c6226d46872d4790dcc4b6a4e2c3092a71 # Parent 9a887d0134a5bec112bf0e2e2d686dcd33894450 pr-versioning: link-changes diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -177,11 +177,11 @@ % if c.show_version_changes: <% outdated_comm_count_ver = len(c.inline_versions[c.at_version_num]['outdated']) %> <% general_outdated_comm_count_ver = len(c.comment_versions[c.at_version_num]['outdated']) %> - + ## SHOW ALL VERSIONS OF PR <% ver_pr = None %> @@ -561,10 +561,10 @@
% if general_outdated_comm_count_ver == 1: ${_('there is {num} general comment from older versions').format(num=general_outdated_comm_count_ver)}, - ${_('show it')} + ${_('show it')} % else: ${_('there are {num} general comments from older versions').format(num=general_outdated_comm_count_ver)}, - ${_('show them')} + ${_('show them')} % endif
% endif