Changeset - 16c153cf1759
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-04 14:33:22
marcin@python-works.com
update footer instance id and copyrights
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/base/base.html
Show inline comments
 
@@ -42,12 +42,14 @@
 
                <a href="${h.url('bugtracker')}">${_('Submit a bug')}</a>
 
           </p>
 
           <p class="footer-link-right">
 
               <a href="${h.url('rhodecode_official')}">RhodeCode${'-%s' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}</a>
 
               ${c.rhodecode_version} &copy; 2010-${h.datetime.today().year} by Marcin Kuzminski
 
               <a href="${h.url('rhodecode_official')}">RhodeCode ${c.rhodecode_version}</a>
 
               &copy; 2010-${h.datetime.today().year} by Marcin Kuzminski and others
 
               ${'(%s)' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}
 
           </p>
 
       </div>
 
   </div>
 
</div>
 

	
 
<!-- END FOOTER -->
 

	
 
### MAKO DEFS ###
0 comments (0 inline, 0 general)