Show More
@@ -39,12 +39,12 b'' | |||
|
39 | 39 | <div id="footer-inner" class="title"> |
|
40 | 40 | <div> |
|
41 | 41 | <p class="footer-link"> |
|
42 | <a href="${h.url('bugtracker')}">${_('Submit a bug')}</a> | |
|
42 | ${_('Server instance: %s') % c.rhodecode_instanceid if c.rhodecode_instanceid else ''} | |
|
43 | 43 | </p> |
|
44 | 44 | <p class="footer-link-right"> |
|
45 | 45 | <a href="${h.url('rhodecode_official')}">RhodeCode ${c.rhodecode_version}</a> |
|
46 | ${'(%s)' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''} | |
|
47 | 46 | © 2010-${h.datetime.today().year} by Marcin Kuzminski and others |
|
47 | – <a href="${h.url('bugtracker')}">${_('Report a bug')}</a> | |
|
48 | 48 | </p> |
|
49 | 49 | </div> |
|
50 | 50 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now