forked from enviPath/enviPy
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#31
6 lines
208 B
HTML
6 lines
208 B
HTML
{% if meta.can_edit %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#new_pathway_modal">
|
|
<span class="glyphicon glyphicon-plus"></span> New Scenario</a>
|
|
</li>
|
|
{% endif %} |