From eeedee55772c9835028522fe4c2ed55ed244ac53 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 10 Apr 2017 13:24:46 -0400 Subject: [PATCH] adding red hot deals logo to the top of the member record grid element --- views/front/fields/list.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/views/front/fields/list.html b/views/front/fields/list.html index 18f2674..ec413db 100644 --- a/views/front/fields/list.html +++ b/views/front/fields/list.html @@ -6,24 +6,32 @@
{/if} {if $value.type !== 'RV'} -
{$value.nice}
-
{$value.data}
+
{$value.nice}
+
{$value.data}
{else} -
{$value.nice}
-
{$value.data}
+
{$value.nice}
+
{$value.data}
{/if} - - - +
+ {/if} {/foreach} -- 2.17.1