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