From 949ca844c5e580484c46fb3202a29d19049bb453 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 19 Mar 2017 17:49:07 +0100 Subject: open like-modal directly if more than 10 likes --- view/tpl/conv_item.tpl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'view/tpl/conv_item.tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 22250781c..bcdfe3ebc 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -205,13 +205,8 @@ {{foreach $item.responses as $verb=>$response}} {{if $response.count}}
- - {{if $response.list_part}} - - {{else}} - - {{/if}} - {{if $response.list_part}} + + {{if $response.modal}} + {{else}} + {{/if}}
{{/if}} -- cgit v1.2.3