font-awesome pictos are now managed in css

This commit is contained in:
Tchama 2019-01-10 15:52:19 +01:00
parent 7b8f2d1206
commit e1b5ec49f5
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
<ul class="record_actions">
<li>
<a href="{{ path('chill_event_list_most_recent') }}" class="sc-button bt-cancel">
<i class="fa fa-arrow-left"></i>
{{ 'Back to the most recent events'|trans }}
</a>
</li>

View File

@ -47,7 +47,6 @@
<ul class="record_actions">
<li>
<a href="{{ path('chill_event__event_new') }}" class="sc-button bt-create" >
<i class="fa fa-plus"></i>
{{ 'New event'|trans }}
</a>
</li>