mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
layout of timeline
This commit is contained in:
parent
bd50ca44db
commit
f6e91e6f77
@ -1,7 +1,9 @@
|
||||
<h3 class="single-line">
|
||||
{{ period.closingDate|localizeddate('long', 'none') }}
|
||||
<span class="person"> /
|
||||
{{ 'Closing the accompanying period' | trans }}
|
||||
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id': person.id } ) }}">
|
||||
{{ 'Closing the accompanying period' | trans }}
|
||||
</a>
|
||||
<span>
|
||||
<span class="chill-red">
|
||||
<i class="fa fa-folder"></i>
|
||||
|
@ -1,7 +1,9 @@
|
||||
<h3 class="single-line">
|
||||
{{ period.openingDate|localizeddate('long', 'none') }}
|
||||
<span class="person"> /
|
||||
{{ 'Opening the accompanying period' | trans }}
|
||||
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id': person.id } ) }}">
|
||||
{{ 'Opening the accompanying period' | trans }}
|
||||
</a>
|
||||
</span>
|
||||
<span class="chill-green">
|
||||
<i class="fa fa-folder-open"></i>
|
||||
|
Loading…
x
Reference in New Issue
Block a user