diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index c79a8e89..bb189230 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -218,10 +218,13 @@ noSpam {$menuItem["name"]} + class="link"> + {strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]} +
{$club->getName()} - {strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]} -
{$club->getName()} diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml index ef7150ff..feb97bab 100644 --- a/Web/Presenters/templates/components/comment.xml +++ b/Web/Presenters/templates/components/comment.xml @@ -61,18 +61,14 @@ {php $target = "topic"} {/if} - {$comment->getPublicationTime()} | - {if $comment->canBeDeletedBy($thisUser)} - {_delete} | - {/if} - {if is_null($linkW)} - {_reply}{/if} -
- -
- {if $comment->getLikesCount() > 0}{$comment->getLikesCount()}{/if} -
-
+ | {$comment->getPublicationTime()}