changeset 3689:b20eacde26d5 beta

moved the instance id after version, beeing at the end looks odd, and confusing.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 05 Apr 2013 14:09:23 +0200
parents 6c505fe11f0f
children 9b18950fa229
files rhodecode/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Fri Apr 05 14:03:20 2013 +0200
+++ b/rhodecode/templates/base/base.html	Fri Apr 05 14:09:23 2013 +0200
@@ -43,8 +43,8 @@
            </p>
            <p class="footer-link-right">
                <a href="${h.url('rhodecode_official')}">RhodeCode ${c.rhodecode_version}</a>
+               ${'(%s)' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}
                &copy; 2010-${h.datetime.today().year} by Marcin Kuzminski and others
-               ${'(%s)' % c.rhodecode_instanceid if c.rhodecode_instanceid else ''}
            </p>
        </div>
    </div>