diff kallithea/templates/changelog/changelog.html @ 4196:06e49be38d78 kallithea-2.2.5-rebrand

Rename rhodecode_repo to db_repo_scm_instance
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:00 -0400
parents 9581233e9275
children a540f7e69c82
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Wed Jul 02 19:04:55 2014 -0400
+++ b/kallithea/templates/changelog/changelog.html	Wed Jul 02 19:05:00 2014 -0400
@@ -119,7 +119,7 @@
                                             </div>
                                         </div>
                                     %endif
-                                    %if h.is_hg(c.rhodecode_repo):
+                                    %if h.is_hg(c.db_repo_scm_instance):
                                         %for book in cs.bookmarks:
                                             <div class="booktag" title="${_('Bookmark %s') % book}">
                                                 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}