changeset 4193:fe982e5c086c kallithea-2.2.5-rebrand

Rename the project site
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:45 -0400
parents e73a69cb98dc
children da9aca2f4aef
files kallithea/config/routing.py kallithea/templates/base/base.html
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/config/routing.py	Wed Jul 02 19:04:41 2014 -0400
+++ b/kallithea/config/routing.py	Wed Jul 02 19:04:45 2014 -0400
@@ -108,7 +108,7 @@
     rmap.connect('rst_help',
                  "http://docutils.sourceforge.net/docs/user/rst/quickref.html",
                  _static=True)
-    rmap.connect('rhodecode_official', "https://kallithea-scm.org/", _static=True)
+    rmap.connect('kallithea_project_url', "https://kallithea-scm.org/", _static=True)
     rmap.connect('rc_issue_tracker', 'https://bitbucket.org/conservancy/kallithea/issues', _static=True)
 
     #ADMIN REPOSITORY ROUTES
--- a/kallithea/templates/base/base.html	Wed Jul 02 19:04:41 2014 -0400
+++ b/kallithea/templates/base/base.html	Wed Jul 02 19:04:45 2014 -0400
@@ -39,9 +39,9 @@
            <p class="footer-link-right">
                This site is powered by
                %if c.visual.show_version:
-                   <a href="${h.url('rhodecode_official')}" target="_blank">Kallithea</a> ${c.kallithea_version},
+                   <a href="${h.url('kallithea_project_url')}" target="_blank">Kallithea</a> ${c.kallithea_version},
                %else:
-                   <a href="${h.url('rhodecode_official')}" target="_blank">Kallithea</a>,
+                   <a href="${h.url('kallithea_project_url')}" target="_blank">Kallithea</a>,
                %endif
                which is
                <a href="${h.url('about')}#copyright">&copy; 2010&ndash;2014 by various authors &amp; licensed under GPLv3</a>.