mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
first implementation of timeline
refs #224 Some parts have evolved from issue, we should rethink some parts of the design
This commit is contained in:
8
Resources/views/Timeline/index.html.twig
Normal file
8
Resources/views/Timeline/index.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="timeline">
|
||||
{% for result in results %}
|
||||
<div>
|
||||
{% include result.template with result.templateArgs %}
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user