mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 09:33:50 +00:00
add newline (\n) at the end of file
This commit is contained in:
@@ -26,4 +26,4 @@
|
||||
#}{% endfor %}{#
|
||||
|
||||
#}{{ '\r\n'|raw }}{#
|
||||
#}{% endfor %}
|
||||
#}{% endfor %}
|
||||
|
@@ -34,4 +34,4 @@
|
||||
<script type="text/javascript">
|
||||
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]', '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -30,4 +30,4 @@
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -30,4 +30,4 @@
|
||||
</button>
|
||||
{{ form_end(form) }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@@ -51,4 +51,4 @@
|
||||
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}"><i class="fa fa-pencil"></i> {{ 'Update the report' | trans }}</a>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user