Skip to content

Commit

Permalink
[#2760] Add missing list item around data api button
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 26, 2012
1 parent 27af570 commit 0360660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Expand Up @@ -33,7 +33,7 @@
{% endif %}

{% if config.get('ckan.datastore.enabled', False) %}
{% snippet 'package/snippets/data_api_button.html', resource=res, datastore_root_url=c.datastore_api %}
<li>{% snippet 'package/snippets/data_api_button.html', resource=res, datastore_root_url=c.datastore_api %}</li>
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 0360660

Please sign in to comment.