refactor timeline builder and timelineProviderInterface

refs #224
This commit is contained in:
2015-02-18 00:03:22 +01:00
parent d2a00d3035
commit 8ce0f9d0b8
3 changed files with 161 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
<div class="timeline">
{% for result in results %}
<div>
{% include result.template with result.templateArgs %}
{% include result.template with result.template_data %}
</div>
{% endfor %}