bouton bleu

This commit is contained in:
Mathieu Jaumotte 2022-01-05 21:10:51 +01:00
parent f5f5d66f3d
commit b9e5734039
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
{% if notification.sender == app.user %}
<h6>
<abbr title="{{ 'le ' ~ notification.date|format_date('long') }}">
<abbr title="{{ 'Le ' ~ notification.date|format_date('long') }}">
{{ notification.date|format_datetime('short','short') }}
</abbr>
<span class="notification_toggle_read_status"

View File

@ -187,7 +187,8 @@
<div class="post-menu pt-4">
<div class="d-grid gap-2">
<a class="btn btn-notify" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}">
<a class="btn btn-primary" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}">
<i class="fa fa-paper-plane fa-fw"></i>
{{ 'notification.Notify'|trans }}
</a>
</div>