Skip to content

Commit

Permalink
[2375] Fix display of resource breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 21, 2012
1 parent fbeda87 commit 419e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Expand Up @@ -7,7 +7,7 @@

{% block breadcrumb_content %}
<li>{% link_for _('Datasets'), controller='package', action='search', highlight_actions = 'new index' %}</li>
<li>{% link_for h.dataset_display_name(c.package)|truncate(30), controller='package', action='read', id=c.package.get('name') %}</li>
<li>{% link_for h.dataset_display_name(c.package)|truncate(20), controller='package', action='read', id=c.package.get('name') %}</li>
<li class="active"><a href="">{{ h.resource_display_name(res)|truncate(30) }}</a></li>
{% endblock %}

Expand Down

0 comments on commit 419e118

Please sign in to comment.