diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html --- a/pylons_app/templates/index.html +++ b/pylons_app/templates/index.html @@ -20,10 +20,8 @@ from pylons_app.lib import filters %else: ${name} %endif - - @@ -49,10 +47,10 @@ from pylons_app.lib import filters %endfor %endfor
- + ${h.link_to(_('RSS'),h.url('rss_feed_home',repo_name=repo['name']),class_='rss_logo')} - + ${h.link_to(_('Atom'),h.url('rss_feed_home',repo_name=repo['name']),class_='atom_logo')}