mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
resume page: add persons and others infos
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<div class="accompanying_course_work-list">
|
||||
{% for w in works | slice(0,5) %}
|
||||
<a href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}"></a>
|
||||
|
||||
{#
|
||||
<a href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}"
|
||||
class="btn btn-sm btn-show" title="{{ 'voir' }}">
|
||||
</a>
|
||||
#}
|
||||
|
||||
<h2 class="badge-title">
|
||||
<span class="title_label">
|
||||
|
Reference in New Issue
Block a user