Changeset - 435882d9e3bf
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-03 10:39:36
marcin@python-works.com
added wrapping into journal tooltips
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/helpers.py
Show inline comments
 
@@ -406,7 +406,7 @@ def action_parser(user_log):
 
            cs_links = " " + ', '.join ([link_to(rev,
 
                    url('changeset_home',
 
                    repo_name=repo_name,
 
                    revision=rev), title=message(rev),
 
                    revision=rev), title=tooltip(message(rev)),
 
                    class_='tooltip') for rev in revs[:revs_limit] ])
 
            if len(revs) > revs_limit:
 
                uniq_id = revs[0]
0 comments (0 inline, 0 general)