diff rhodecode/templates/base/base.html @ 3667:16c153cf1759 beta

update footer instance id and copyrights
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 14:33:22 +0200
parents 38939a5ddae0
children b20eacde26d5 3563bb7b4b82
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Thu Apr 04 14:08:58 2013 +0200
+++ b/rhodecode/templates/base/base.html	Thu Apr 04 14:33:22 2013 +0200
@@ -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 ###