# HG changeset patch # User Mads Kiilerich # Date 2013-01-31 22:27:21 # Node ID 2e618376cef803923ce74de17aa94b2b2faab536 # Parent d204788c56772a38e3f5feb86318874ef224e5b7 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 diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -80,7 +80,6 @@ ${_('Last change')} ${_('Tip')} ${_('Owner')} - ${_('RSS')} ${_('Atom')} @@ -114,9 +113,6 @@ ## ${h.person(repo['contact'])} - ${dt.rss(repo['name'])} - - ${dt.atom(repo['name'])} @@ -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}, ]; diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -32,10 +32,7 @@ ${_('Refresh')}
  • - ${_('RSS feed')} -
  • -
  • - ${_('ATOM feed')} + ${_('ATOM feed')}
  • diff --git a/rhodecode/templates/journal/public_journal.html b/rhodecode/templates/journal/public_journal.html --- a/rhodecode/templates/journal/public_journal.html +++ b/rhodecode/templates/journal/public_journal.html @@ -20,9 +20,6 @@
    ${_('Public Journal')}