Skip to content
Snippets Groups Projects
Commit 874eaf4d authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'hruska-bugfix-#7582-new-filters' into devel

parents 8b884c50 e49d1295
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,20 @@
{{ _('This group does not have any reporting filters defined at the moment.') }}
{%- endcall %}
{%- endif %}
{%- if can_access_endpoint('filters.createfor', item) %}
<br>
<div class="pull-right">
<div class="btn-toolbar" role="toolbar" aria-label="Action toolbar">
<div class="btn-group btn-group-sm" role="group" aria-label="Action buttons">
<a role="button" class="btn btn-default btn-sm" href="{{ url_for('filters.createfor', parent_id = item.id ) }}" data-toggle="tooltip" title="{{ _('Create reporting filter') }}">
<i class="fas fa-fw fa-plus-circle"></i><span class="hidden-xs hidden-sm hidden-md"> {{ _('Create reporting filter') }}</span>
</a>
</div>
</div>
</div>
{%- endif %}
</div>
{%- if can_access_endpoint('groups.update', item) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment