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
 
@@ -47,12 +47,12 @@ from pylons_app.lib import filters
 
				%endfor
 
	        </td>
 
			<td>
 
				${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
 
	</table>
 
</%def>    
0 comments (0 inline, 0 general)