Skip to content

Commit

Permalink
[#1102] Remove old sidebar groups since we now have tab for them
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 1, 2013
1 parent d4cd290 commit 3fb0059
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ckan/templates/package/read_base.html
Expand Up @@ -73,23 +73,6 @@ <h1 class="heading">{{ pkg.title or pkg.name }}</h1>
{% endif %}
{% endblock %}

{% block package_groups %}
{% if pkg.groups %}
<div class="module module-narrow">
<h2 class="module-heading"><i class="icon-folder-open"></i> {{ _('Groups') }}</h2>
<ul class="nav nav-simple">
{% for group in pkg.groups %}
<li class="nav-item">
<a href="{{ h.url_for(controller='group', action='read', id=group.name) }}">
{{ group.title or group.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
{% endblock %}

{% block package_social %}
{% snippet "snippets/social.html" %}
{% endblock %}
Expand Down

0 comments on commit 3fb0059

Please sign in to comment.