Reformated the code.

This commit is contained in:
Tim Schumacher 2014-07-19 09:26:54 +02:00
parent 92a21d3b69
commit 6f0b6eabef
3 changed files with 13 additions and 8 deletions

View file

@ -18,6 +18,6 @@
{% block body -%}
<div class="ui one column page grid">
{{ include('CalciferBundle:Event:event_box.html.twig') }}
{{ include('CalciferBundle:Event:event_box.html.twig',{'entity' : entity}) }}
</div>
{% endblock %}