mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
add suffix to assets entrypoints + replace link/script html tags by encore_entry twig tag
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li class="cancel">
|
||||
<a
|
||||
<a
|
||||
href="{{ chill_path_add_return_path('chill_person_household_members', { 'household_id': household.id }) }}"
|
||||
class="btn btn-cancel"
|
||||
/>
|
||||
@@ -38,5 +38,5 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_script_tags('household_edit_metadata') }}
|
||||
{{ encore_entry_script_tags('page_household_edit_metadata') }}
|
||||
{% endblock %}
|
||||
|
@@ -214,5 +214,5 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_script_tags('household_edit_metadata') }}
|
||||
{{ encore_entry_script_tags('page_household_edit_metadata') }}
|
||||
{% endblock %}
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
{% block personcontent %}
|
||||
<div class="person-edit">
|
||||
|
||||
|
||||
<h1>{{ 'Update details for %name%'|trans({ '%name%': person.firstName|capitalize ~ ' ' ~ person.lastName|capitalize } ) }}</h1>
|
||||
|
||||
{% form_theme form '@ChillMain/Form/fields.html.twig' %}
|
||||
@@ -142,5 +142,5 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_link_tags('person') }}
|
||||
{{ encore_entry_link_tags('page_person') }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user