Skip to content

Commit

Permalink
[#2747] fix breadcrumb in new resource
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 25, 2012
1 parent e58aa57 commit 5c1a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/new_resource.html
Expand Up @@ -26,6 +26,6 @@ <h2 class="module-heading"><i class="icon-large icon-info-sign"></i> {{ _('What

{% block breadcrumb_content %}
<li>{% link_for _('Datasets'), controller='package', action='search', highlight_actions = 'new index' %}</li>
<li><a href="{% url_for controller='package', action='read', id=pkg_dict.name %}" title="{{ pkg_dict.name }}">{{ pkg_dict.name|truncate(35) }}</a></li>
<li>{% link_for h.dataset_display_name(pkg_dict)|truncate(30), controller='package', action='read', id=pkg_dict.name %}</li>
<li class="active"><a href="">Add resource</a></li>
{% endblock %}

0 comments on commit 5c1a319

Please sign in to comment.