updated to font-awesome 5 (#181)

This commit is contained in:
Kevin Papst
2018-06-26 19:58:20 +02:00
committed by GitHub
parent d4a46cf257
commit b58de9be9c
57 changed files with 4220 additions and 2963 deletions

View File

@@ -52,14 +52,14 @@
{% if is_granted('ROLE_USER') %}
<li class="visible-xs-inline-block">
<a href="{{ path('timesheet') }}" class="ddt-large">
<i class="fa fa-clock-o fa-2x"></i>
<i class="{{ 'timesheet'|icon }} fa-2x"></i>
</a>
</li>
{% endif %}
{% if is_granted('ROLE_TEAMLEAD') %}
<li class="visible-xs-inline-block">
<a href="{{ path('invoice') }}" class="ddt-large">
<i class="fa fa-print fa-2x"></i>
<i class="{{ 'invoice'|icon }} fa-2x"></i>
</a>
</li>
{% endif %}