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