[ckan-changes] commit/ckanextiati: amercader: Fix top bar links: dropping stats for now and make the revision one work with the latest ckan
Bitbucket
commits-noreply at bitbucket.org
Fri Jun 17 11:32:04 UTC 2011
1 new changeset in ckanextiati:
http://bitbucket.org/okfn/ckanextiati/changeset/7512e62c8984/
changeset: 7512e62c8984
user: amercader
date: 2011-06-17 13:31:56
summary: Fix top bar links: dropping stats for now and make the revision one work with the latest ckan
affected #: 1 file (118 bytes)
--- a/templates/layout_base.html Fri Jun 17 10:58:32 2011 +0000
+++ b/templates/layout_base.html Fri Jun 17 12:31:56 2011 +0100
@@ -109,8 +109,7 @@
<ul><li>${h.nav_link(c, _('Home'), controller='home', action='index', id=None)}
<ul class="children">
- <li class="page_item">${h.subnav_link(c, _('Statistics'), controller='home', action='stats', id=None)}</li>
- <li class="page_item">${h.subnav_link(c, _('Newsfeed'), controller='revision', action='', id=None)}</li>
+ <li class="page_item">${h.subnav_link(c, _('Newsfeed'), controller='revision', action=None, id=None)}</li></ul></li><li><a href="/package?groups_types=Donor">${_('Donor data')}</a>
Repository URL: https://bitbucket.org/okfn/ckanextiati/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list