diff pylons_app/templates/index.html @ 102:2dc0c8e4f384

Updated tempaltes, added file browser breadcrumbs, and feed icons
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 18:42:58 +0200
parents db39d0ca5308
children a72fb7d330bd
line wrap: on
line diff
--- a/pylons_app/templates/index.html	Sun Apr 25 01:25:54 2010 +0200
+++ b/pylons_app/templates/index.html	Sun Apr 25 18:42:58 2010 +0200
@@ -35,6 +35,7 @@
 	    <td>${get_sort(_('Contact'))}</td>
 	    <td></td>
 	    <td></td>
+	    <td></td>
 	  </tr>	
 	%for cnt,repo in enumerate(c.repos_list):
  		<tr class="parity${cnt%2}">
@@ -49,11 +50,11 @@
 				%endfor
 	        </td>
 			<td>
-				<div class="rss_logo">
-				<a href="/${repo['name']}/rss-log">RSS</a>
-				<a href="/${repo['name']}/atom-log">Atom</a>
-				</div>
+				<a  class="rss_logo" href="/${repo['name']}/rss-log">RSS</a>
 			</td>        
+			<td>
+				<a  class="atom_logo" href="/${repo['name']}/atom-log">Atom</a>
+			</td>
 		</tr>
 	%endfor
 	</table>