aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-04-04 14:33:22 +0200
committerMarcin Kuzminski <marcin@python-works.com>2013-04-04 14:33:22 +0200
commit2c04b141cb4087901aff611ac6c46dd0be6476be (patch)
treee38cb6253b4ff49caec86684927cbe0680ccb799
parent1b723ab41decc330f3df2f440065ad10229cb9e0 (diff)
update footer instance id and copyrights
--HG-- branch : beta
-rw-r--r--rhodecode/templates/base/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html
index f4b0d623..a4c36ae6 100644
--- a/rhodecode/templates/base/base.html
+++ b/rhodecode/templates/base/base.html
@@ -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 ###