diff --git a/rhodecode/lib/helpers.py b/rhodecode/lib/helpers.py --- a/rhodecode/lib/helpers.py +++ b/rhodecode/lib/helpers.py @@ -479,7 +479,7 @@ def action_parser(user_log): if len(revs) > revs_limit: uniq_id = revs[0] html_tmpl = (' %s ' - '%s ' + '%s ' '%s') cs_links += html_tmpl % (_('and'), uniq_id, _('%s more') \ % (len(revs) - revs_limit),