diff rhodecode/templates/index_base.html @ 3295:2e618376cef8 beta

don't show rss links - atom is the present and the future - following the reasoning on http://selenic.com/pipermail/mercurial-devel/2012-December/046542.html
author Mads Kiilerich <madski@unity3d.com>
date Thu, 31 Jan 2013 23:27:21 +0100
parents 12f2547cf267
children 069884383cc7
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Thu Jan 31 23:27:21 2013 +0100
+++ b/rhodecode/templates/index_base.html	Thu Jan 31 23:27:21 2013 +0100
@@ -80,7 +80,6 @@
                     <th class="left">${_('Last change')}</th>
                     <th class="left">${_('Tip')}</th>
                     <th class="left">${_('Owner')}</th>
-                    <th class="left">${_('RSS')}</th>
                     <th class="left">${_('Atom')}</th>
                 </tr>
             </thead>
@@ -114,9 +113,6 @@
                     ##
                     <td title="${repo['contact']}">${h.person(repo['contact'])}</td>
                     <td>
-                      ${dt.rss(repo['name'])}
-                    </td>
-                    <td>
                       ${dt.atom(repo['name'])}
                     </td>
                 </tr>
@@ -183,7 +179,6 @@
           {key:"tip",label:"${_('Tip')}",sortable:true,
               sortOptions: { sortFunction: revisionSort }},
           {key:"owner",label:"${_('Owner')}",sortable:true},
-          {key:"rss",label:"",sortable:false},
           {key:"atom",label:"",sortable:false},
       ];
 
@@ -200,7 +195,6 @@
               {key:"last_change"},
               {key:"tip"},
               {key:"owner"},
-              {key:"rss"},
               {key:"atom"},
           ]
       };
@@ -241,7 +235,6 @@
                {key:"last_change"},
                {key:"last_changeset"},
                {key:"owner"},
-               {key:"rss"},
                {key:"atom"},
             ]
          };
@@ -276,7 +269,6 @@
             {key:"last_changeset",label:"${_('Tip')}",sortable:true,
                 sortOptions: { sortFunction: revisionSort }},
             {key:"owner",label:"${_('Owner')}",sortable:true},
-            {key:"rss",label:"",sortable:false},
             {key:"atom",label:"",sortable:false},
         ];