forked from enviPath/enviPy
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
18 lines
517 B
HTML
18 lines
517 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#set_aliases_modal">
|
|
<i class="glyphicon glyphicon-plus"></i> Set Aliases</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="#generic_delete_modal">
|
|
<i class="glyphicon glyphicon-trash"></i> Delete Edge</a
|
|
>
|
|
</li>
|
|
{% endif %}
|