Fixed some minor template issues
This commit is contained in:
parent
c44a8bc144
commit
36e5590436
@ -28,8 +28,8 @@
|
|||||||
{% if group.group.open or group.membershipAcceptedAt %}
|
{% if group.group.open or group.membershipAcceptedAt %}
|
||||||
<dl><a href="{{ path('KekRozsakFrontBundle_groupView', {groupSlug: group.group.slug}) }}">{{ group.group.name }}</a></dl>
|
<dl><a href="{{ path('KekRozsakFrontBundle_groupView', {groupSlug: group.group.slug}) }}">{{ group.group.name }}</a></dl>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<dl><a href="{{ path('KekRozsakFrontBundle_groupList') }}">További csoportok</a></dl>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<dl><a href="{{ path('KekRozsakFrontBundle_groupList') }}">További csoportok</a></dl>
|
||||||
|
|
||||||
<dt>Kedvenc Fórum-témáim</dt>
|
<dt>Kedvenc Fórum-témáim</dt>
|
||||||
|
|
||||||
@ -62,11 +62,6 @@
|
|||||||
<li><a href="{{ path('KekRozsakSecurityBundle_registration') }}">Jelentkezés</a></li>
|
<li><a href="{{ path('KekRozsakSecurityBundle_registration') }}">Jelentkezés</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% if app.user %}
|
|
||||||
<ul>
|
|
||||||
<li><a href="{{ path('KekRozsakFrontBundle_groupList') }}">Csoportok</a></li>
|
|
||||||
</ul>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1><a href="{{ path('KekRozsakFrontBundle_homepage') }}"><img src="{{ asset('images/kek_rozsak_felirat.jpg') }}" alt="Kék Rózsák" /></a></h1>
|
<h1><a href="{{ path('KekRozsakFrontBundle_homepage') }}"><img src="{{ asset('images/kek_rozsak_felirat.jpg') }}" alt="Kék Rózsák" /></a></h1>
|
||||||
|
@ -19,8 +19,12 @@
|
|||||||
<td><a href="{{ path('KekRozsakFrontBundle_forum_post_list', {topicGroupSlug: topicGroup.slug, topicSlug: topic.slug}) }}">{{ topic.title }}</a></td>
|
<td><a href="{{ path('KekRozsakFrontBundle_forum_post_list', {topicGroupSlug: topicGroup.slug, topicSlug: topic.slug}) }}">{{ topic.title }}</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
|
{% if topic.lastPost %}
|
||||||
{{ topic.lastPost.createdBy.displayName }}<br />
|
{{ topic.lastPost.createdBy.displayName }}<br />
|
||||||
{{ topic.lastPost.createdAt|date('Y-m-d H:i') }}
|
{{ topic.lastPost.createdAt|date('Y-m-d H:i') }}
|
||||||
|
{% else %}
|
||||||
|
<br />
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user