# HG changeset patch # User Marcin Kuzminski # Date 1287534688 -7200 # Node ID dfa7e1a95b607c3f3621dce6dcc6139f85387a81 # Parent d5372213db980314f2050026840c5d63ec935744 added gpl license and submit a bug footer links diff -r d5372213db98 -r dfa7e1a95b60 rhodecode/config/routing.py --- 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", diff -r d5372213db98 -r dfa7e1a95b60 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Oct 20 02:08:03 2010 +0200 +++ b/rhodecode/public/css/style.css Wed Oct 20 02:31:28 2010 +0200 @@ -1254,6 +1254,13 @@ color:#FFF; font-weight:700; } +#footer div#footer-inner .footer-link { +float:left; +padding-left:10px; +} +#footer div#footer-inner .footer-link a { +color:#FFF; +} #login div.title { width:420px; diff -r d5372213db98 -r dfa7e1a95b60 rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Wed Oct 20 02:08:03 2010 +0200 +++ b/rhodecode/templates/base/base.html Wed Oct 20 02:31:28 2010 +0200 @@ -62,7 +62,11 @@