not used vue_accourse_work_list entrypoint (since 8384508c1a)

This commit is contained in:
Mathieu Jaumotte 2021-07-27 15:26:47 +02:00
parent 4b3f4edcc1
commit 89dfea74b3
2 changed files with 1 additions and 12 deletions

View File

@ -358,9 +358,3 @@
</div>
{% endblock %}
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('vue_accourse_work_list') }}
{% endblock %}

View File

@ -96,7 +96,7 @@
<div class="actions">
<ul class="record_actions">
<li>
<a
<a
class="btn btn-edit"
href="{{ chill_path_add_return_path('chill_person_accompanying_period_work_edit', { 'id': w.id }) }}">{{ 'Edit'|trans }}</a>
</li>
@ -120,8 +120,3 @@
</div>
{% endblock %}
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('vue_accourse_work_list') }}
{% endblock %}