diff rhodecode/config/routing.py @ 626:dfa7e1a95b60

added gpl license and submit a bug footer links
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Oct 2010 02:31:28 +0200
parents 5cc96df705b9
children ffd07396d315
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Wed Oct 20 02:08:03 2010 +0200
+++ b/rhodecode/config/routing.py	Wed Oct 20 02:31:28 2010 +0200
@@ -36,7 +36,8 @@
 
     #MAIN PAGE
     map.connect('hg_home', '/', controller='hg', action='index')
-
+    map.connect('bugtracker', "http://bitbucket.org/marcinkuzminski/rhodecode/issues", _static=True)
+    map.connect('gpl_license', "http://www.gnu.org/licenses/gpl.html", _static=True)
     #ADMIN REPOSITORY REST ROUTES
     with map.submapper(path_prefix='/_admin', controller='admin/repos') as m:
         m.connect("repos", "/repos",