Files
enviPy-bayer/templates/actions/collections/pathway.html

8 lines
169 B
HTML

{% if meta.can_edit %}
<li>
<a href="{{ meta.server_url }}/predict">
<span class="glyphicon glyphicon-plus"></span> New Pathway</a
>
</li>
{% endif %}