Improving the timeline UI

This commit is contained in:
Marc Ducobu
2016-05-06 16:27:35 +02:00
parent 84d263cfa5
commit b67b6f4917
8 changed files with 126 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
<div class="timeline">
{% for result in results %}
<div>
<div class="timeline-item {% if loop.index0 is even %}even{% else %}odd{% endif %}">
{% include result.template with result.template_data %}
</div>
{% endfor %}