change add news button to icon

This commit is contained in:
msquare 2020-11-14 18:36:52 +01:00
parent aabd98241c
commit 51612a68f0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<h1>
{{ block('title') }}
{%- if has_permission_to('admin_news') and is_overview|default(false) -%}
{{ m.button(__('news.add'), url('admin/news', only_meetings ? {'meeting': 1} : {})) }}
{{ m.button(m.glyphicon('plus'), url('admin/news', only_meetings ? {'meeting': 1} : {})) }}
{%- endif %}
</h1>