Skip to content
Snippets Groups Projects
Commit ab1e0f68 authored by anonymous's avatar anonymous
Browse files

ODPSH-326: add button

parent ea57a8a9
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@
{% link_for _('Manage Dataset'), controller='package', action='edit', id=pkg.name, class_='btn btn-primary',
icon='wrench' %}
</div>
<div>
{% link_for _('Add new resource'), controller='package', action='new_resource', id=c.pkg_dict.name, class_='btn btn-primary', icon='plus' %}
</div>
{% endif %}
{% if pkg.private %}
<span class="dataset-private label label-inverse">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment