# HG changeset patch # User Marcin Kuzminski # Date 2010-05-23 01:07:58 # Node ID 7a6a69f3b9ec123e5845ec643c3d41184a5d9a8e # Parent 66b20f52575049cc9036d1bb8f1063d5a0572b0a fixed a typo on feed url generation 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 @@ -50,7 +50,7 @@ from pylons_app.lib import filters ${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')} + ${h.link_to(_('Atom'),h.url('atom_feed_home',repo_name=repo['name']),class_='atom_logo')} %endfor