forked from enviPath/enviPy
Fixes #23 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#51
18 lines
723 B
HTML
18 lines
723 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#edit_compound_modal">
|
|
<i class="glyphicon glyphicon-edit"></i> Edit Compound</a>
|
|
</li>
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#add_structure_modal">
|
|
<i class="glyphicon glyphicon-plus"></i> Add Structure</a>
|
|
</li>
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#set_scenario_modal">
|
|
<i class="glyphicon glyphicon-plus"></i> Set Scenarios</a>
|
|
</li>
|
|
<li>
|
|
<a class="button" data-toggle="modal" data-target="#delete_compound_modal">
|
|
<i class="glyphicon glyphicon-trash"></i> Delete Compound</a>
|
|
</li>
|
|
{% endif %} |