accourse resume page: actions and activities are clickable links

This commit is contained in:
2021-11-26 16:51:00 +01:00
parent 10070d1581
commit 74660448a1
4 changed files with 29 additions and 13 deletions

View File

@@ -1,11 +1,8 @@
<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 }) }}"
class="btn btn-sm btn-show" title="{{ 'voir' }}">
</a>
#}
<a href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}"
class="badge-link" title="{{ 'crud.social_action.title_link'|trans }}">
<h2 class="badge-title">
<span class="title_label">
@@ -35,6 +32,8 @@
</span>
</h2>
</a>
{% endfor %}
</div>