Changeset - 9282b4f38277
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-10-23 14:33:06
marcin@python-works.com
shorten the journal compare tooltip
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/helpers.py
Show inline comments
 
@@ -568,7 +568,7 @@ def action_parser(user_log, feed=False, 
 
            ' <div class="compare_view tooltip" title="%s">'
 
            '<a href="%s">%s</a> </div>' % (
 
                _('Show all combined changesets %s->%s') % (
 
                    revs_ids[0], revs_ids[-1]
 
                    revs_ids[0][:12], revs_ids[-1][:12]
 
                ),
 
                url('changeset_home', repo_name=repo_name,
 
                    revision='%s...%s' % (revs_ids[0], revs_ids[-1])
0 comments (0 inline, 0 general)