mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
bouton bleu
This commit is contained in:
parent
f5f5d66f3d
commit
b9e5734039
@ -10,7 +10,7 @@
|
|||||||
{% if notification.sender == app.user %}
|
{% if notification.sender == app.user %}
|
||||||
|
|
||||||
<h6>
|
<h6>
|
||||||
<abbr title="{{ 'le ' ~ notification.date|format_date('long') }}">
|
<abbr title="{{ 'Le ' ~ notification.date|format_date('long') }}">
|
||||||
{{ notification.date|format_datetime('short','short') }}
|
{{ notification.date|format_datetime('short','short') }}
|
||||||
</abbr>
|
</abbr>
|
||||||
<span class="notification_toggle_read_status"
|
<span class="notification_toggle_read_status"
|
||||||
|
@ -187,7 +187,8 @@
|
|||||||
<div class="post-menu pt-4">
|
<div class="post-menu pt-4">
|
||||||
|
|
||||||
<div class="d-grid gap-2">
|
<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 }}
|
{{ 'notification.Notify'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user