##// END OF EJS Templates
codecleaner
marcink -
r3544:c0a157ab beta
parent child Browse files
Show More
@@ -2005,7 +2005,7 b' a.metatag[tag="license"]:hover {'
2005 2005 font-size: 10px;
2006 2006 color: #fff;
2007 2007 padding: 0px !important;
2008 line-height: 20px !important;
2008 line-height: 20px !important;
2009 2009 }
2010 2010
2011 2011 #quick_login .submit {
@@ -85,11 +85,11 b''
85 85 </div>
86 86 %endif
87 87 %if h.is_hg(c.rhodecode_repo):
88 %for book in cs.bookmarks:
89 <div class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
90 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
91 </div>
92 %endfor
88 %for book in cs.bookmarks:
89 <div class="bookbook" title="${'%s %s' % (_('bookmark'),book)}">
90 ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))}
91 </div>
92 %endfor
93 93 %endif
94 94 %for tag in cs.tags:
95 95 <div class="tagtag" title="${'%s %s' % (_('tag'),tag)}">
General Comments 0
You need to be logged in to leave comments. Login now