##// END OF EJS Templates
update footer instance id and copyrights
marcink -
r3667:16c153cf beta
parent child Browse files
Show More
@@ -42,12 +42,14 b''
42 42 <a href="${h.url('bugtracker')}">${_('Submit a bug')}</a>
43 43 </p>
44 44 <p class="footer-link-right">
45 <a href="${h.url('rhodecode_official')}">RhodeCode${'-%s' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}</a>
46 ${c.rhodecode_version} &copy; 2010-${h.datetime.today().year} by Marcin Kuzminski
45 <a href="${h.url('rhodecode_official')}">RhodeCode ${c.rhodecode_version}</a>
46 &copy; 2010-${h.datetime.today().year} by Marcin Kuzminski and others
47 ${'(%s)' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}
47 48 </p>
48 49 </div>
49 50 </div>
50 51 </div>
52
51 53 <!-- END FOOTER -->
52 54
53 55 ### MAKO DEFS ###
General Comments 0
You need to be logged in to leave comments. Login now