Changeset - 6691d4097344
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-09-09 18:54:23
marcin@python-works.com
added author to main page tooltip
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/scm.py
Show inline comments
 
@@ -113,7 +113,7 @@ class CachedRepoList(object):
 
            tmp_d['owner_sort'] = tmp_d['contact']
 
            tmp_d['repo_archives'] = list(scmr._get_archives())
 
            tmp_d['last_msg'] = tip.message
 
            tmp_d['repo'] = scmr
 
            tmp_d['author'] = tip.author
 
            tmp_d['dbrepo'] = dbr.get_dict()
 
            tmp_d['dbrepo_fork'] = dbr.fork.get_dict() if dbr.fork \
 
                                                                    else {}
0 comments (0 inline, 0 general)