refactored invoice and export screens (#1046)
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if is_granted('view_export') %}
|
||||
{% if is_granted('create_export') %}
|
||||
<li class="visible-xs-inline-block">
|
||||
<a href="{{ path('export') }}" class="ddt-large">
|
||||
<i class="{{ 'export'|icon }} fa-2x"></i>
|
||||
|
||||
Reference in New Issue
Block a user