mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
show-hide files combined into one js file
This commit is contained in:
@@ -5,16 +5,12 @@
|
||||
{% block title %}{{ 'Person resources'|trans|capitalize ~ ' ' ~ person|chill_entity_render_string }}{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_script_tags('page_person_resource_person_input') }}
|
||||
{{ encore_entry_script_tags('page_person_resource_thirdparty_input') }}
|
||||
{{ encore_entry_script_tags('page_person_resource_freetext_input') }}
|
||||
{{ encore_entry_script_tags('page_person_resource_showhide_input') }}
|
||||
{{ encore_entry_script_tags('mod_pickentity_type') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block css %}
|
||||
{{ encore_entry_link_tags('page_person_resource_person_input') }}
|
||||
{{ encore_entry_link_tags('page_person_resource_thirdparty_input') }}
|
||||
{{ encore_entry_link_tags('page_person_resource_freetext_input') }}
|
||||
{{ encore_entry_link_tags('page_person_resource_showhide_input') }}
|
||||
{{ encore_entry_link_tags('mod_pickentity_type') }}
|
||||
{% endblock %}
|
||||
|
||||
@@ -63,17 +59,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-row">
|
||||
<section class="chill-entity entity-comment-embeddable">
|
||||
{% if resource.kind %}
|
||||
<blockquote class="chill-user-quote">
|
||||
<div>{{ resource.comment.comment }}<div>
|
||||
</blockquote>
|
||||
{% else %}
|
||||
<p class="chill-no-data-statement">{{ 'no comment found'|trans|capitalize }}</p>
|
||||
{% endif %}
|
||||
</section>
|
||||
</div>
|
||||
{% if resource.kind %}
|
||||
<div class="item-row separator">
|
||||
<section class="chill-entity entity-comment-embeddable">
|
||||
<blockquote class="chill-user-quote">
|
||||
<div>{{ resource.comment.comment }}<div>
|
||||
</blockquote>
|
||||
</section>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="item-row separator">
|
||||
<div class="item-col">
|
||||
<ul class="record_actions">
|
||||
|
Reference in New Issue
Block a user