Changeset - 7a6a69f3b9ec
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-05-23 01:07:58
marcin@python-works.com
fixed a typo on feed url generation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/index.html
Show inline comments
 
@@ -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')}
 
			</td>        
 
			<td>
 
				${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')}
 
			</td>
 
		</tr>
 
	%endfor
0 comments (0 inline, 0 general)