Revised Article stuff (Controller and templates)

Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-31 09:46:25 +02:00
parent 6ee7a12d74
commit 067a9fae97
5 changed files with 35 additions and 24 deletions

View File

@@ -1,11 +0,0 @@
{% extends '::main_template.html.twig' %}
{% block title%} - {{ article.title }}{% endblock title %}
{% block content %}
{{ article.text|raw }}
{% if article.source %}
<p class="forras">Forrás: {{ article.source }}</p>
{% endif %}
{% if app.user %}
<p class="szerzo">{{ article.createdBy.displayName }}</p>
{% endif %}
{% endblock content %}