Skip to content

Commit c43efe8

Browse files
committed
Improve LiveMemory performance
+ test isolate / Twig pathes
1 parent 3b1ae32 commit c43efe8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ux.symfony.com/templates/changelog.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@
1818

1919
<div class="container-fluid container-xxl px-4 pt-4 px-md-5 pt-md-5">
2020

21-
{% if changelog == "OK" %}
22-
2321
<div class="Timeline">
2422
{% for entry in changelog %}
2523
<twig:TimelineItem item="{{ entry }}" />
2624
{% endfor %}
2725
</div>
2826

29-
{% endblock %}
30-
3127
</div>
3228

3329
{% endblock %}

0 commit comments

Comments
 (0)