From: Marcel Werk Date: Mon, 3 Jul 2023 10:08:26 +0000 (+0200) Subject: Apply suggestions from code review X-Git-Tag: 6.0.0_Alpha_4~1^2 X-Git-Url: https://git.stricted.de/?p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git;a=commitdiff_plain;h=401ebb82344a178e181e39ee1ff600d86fc31391 Apply suggestions from code review Co-authored-by: Tim Düsterhus --- diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index bd86976..8a3d928 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -117,8 +117,8 @@ {assign var='conversationCount' value=$__wcf->getConversationHandler()->getConversationCount()} {assign var='maxConversationCount' value=$__wcf->session->getPermission('user.conversation.maxConversations')} {assign var='conversationCountValue' value=$conversationCount/$maxConversationCount*100} - - {#$conversationCount/$maxConversationCount*100}% + + {#$conversationCountValue} %

{lang}wcf.conversation.quota.description{/lang}