forked from enviPath/enviPy
12 lines
244 B
HTML
12 lines
244 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a
|
|
role="button"
|
|
data-toggle="modal"
|
|
data-target="#new_compound_structure_modal"
|
|
>
|
|
<span class="glyphicon glyphicon-plus"></span> New Compound Structure</a
|
|
>
|
|
</li>
|
|
{% endif %}
|