From 7dd74a57ef50fd401c9cc0d08177b0f84b606feb Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 22 Aug 2016 16:01:36 +0200 Subject: [PATCH] Overhauled/unified mobile styling of message groups --- templates/conversationList.tpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index 0d1f7b3..2549908 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -152,7 +152,7 @@ {foreach from=$objects item=conversation}
  • -
      +
      1. @@ -182,6 +182,9 @@

        {$conversation->subject} + {if $conversation->replies} + {@$conversation->replies|shortUnit} + {/if}