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 ++++------- view/tpl/conv_list.tpl | 13 +++++-------- 2 files changed, 9 insertions(+), 15 deletions(-) (limited to 'view/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}} diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index e31ffea25..0f6ea22a3 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -216,19 +216,14 @@ {{foreach $item.responses as $verb=>$response}} {{if $response.count}}
- - {{if $response.list_part}} - - {{else}} - - {{/if}} - {{if $response.list_part}} + + {{if $response.modal}} {{/if}} -- cgit v1.2.3