<small class="separatorLeft">{@$comment->time|time}</small>
- {if MODULE_LIKE}{if $likeData|isset}{include file="reactionSummaryList" isTiny=true reactionData=$likeData[comment] objectType="com.woltlab.wcf.comment" objectID=$comment->commentID}{else}<ul class="reactionSummaryList reactionSummaryListTiny jsOnly" data-object-type="com.woltlab.wcf.comment" data-object-id="{$comment->commentID}">{/if}{/if}
-
{if $comment->isDisabled}
<span class="badge label green jsIconDisabled">{lang}wcf.message.status.disabled{/lang}</span>
{/if}
</div>
<div class="htmlContent userMessage" itemprop="text">{@$comment->getFormattedMessage()}</div>
+
+ {if MODULE_LIKE && $likeData|isset}{include file="reactionSummaryList" isTiny=true reactionData=$likeData[comment] objectType="com.woltlab.wcf.comment" objectID=$comment->commentID}{else}<ul class="reactionSummaryList reactionSummaryListTiny jsOnly" data-object-type="com.woltlab.wcf.comment" data-object-id="{$comment->commentID}">{/if}
<nav class="jsMobileNavigation buttonGroupNavigation">
<ul class="buttonList iconList">
<small class="separatorLeft">{@$response->time|time}</small>
- {if MODULE_LIKE}{if $likeData|isset}{include file="reactionSummaryList" isTiny=true reactionData=$likeData[response] objectType="com.woltlab.wcf.comment.response" objectID=$response->responseID}{else}<ul class="reactionSummaryList reactionSummaryListTiny jsOnly" data-object-type="com.woltlab.wcf.comment.response" data-object-id="{$response->responseID}">{/if}{/if}
-
{if $response->isDisabled}
<span class="badge label green jsIconDisabled">{lang}wcf.message.status.disabled{/lang}</span>
{/if}
</div>
<div class="htmlContent userMessage" itemprop="text">{@$response->getFormattedMessage()}</div>
+
+ {if MODULE_LIKE && $likeData|isset}{include file="reactionSummaryList" isTiny=true reactionData=$likeData[response] objectType="com.woltlab.wcf.comment.response" objectID=$response->responseID}{else}<ul class="reactionSummaryList reactionSummaryListTiny jsOnly" data-object-type="com.woltlab.wcf.comment.response" data-object-id="{$response->responseID}">{/if}
<nav class="jsMobileNavigation buttonGroupNavigation">
<ul class="buttonList iconList">