Skip to content

Commit

Permalink
[#2304] Remove duplicate history tab from dataset page
Browse files Browse the repository at this point in the history
Looks like a merge effect
  • Loading branch information
Sean Hammond committed May 9, 2012
1 parent b159daa commit 6278498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/templates/package/layout.html
Expand Up @@ -47,7 +47,6 @@
<py:if test="h.check_access('package_update',{'id':c.pkg.id})">
<li class="divider">|</li>
</py:if>
<li class="${'active' if c.action=='history' else ''}">${h.subnav_link(h.icon('page_stack') + _('History'), controller='package', action='history', id=c.pkg.name)}</li>

<py:if test="h.check_access('package_update',{'id':c.pkg.id})">
<li class="${'active' if c.action=='edit' else ''}">
Expand Down

0 comments on commit 6278498

Please sign in to comment.