projects
/
WP-Plugins
/
glm-member-db-fields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7696cbc
)
Check just for Home member type
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Apr 2017 15:28:46 +0000
(11:28 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Apr 2017 15:28:46 +0000
(11:28 -0400)
Checking the member type for Home
views/front/fields/list.html
patch
|
blob
|
history
diff --git
a/views/front/fields/list.html
b/views/front/fields/list.html
index
77e3111
..
1851b53
100644
(file)
--- a/
views/front/fields/list.html
+++ b/
views/front/fields/list.html
@@
-4,7
+4,7
@@
{else}
<div class="glm-row field-container {if $key === 'red-hot-deal' && $value.data === 'Yes'} red-hot {/if}">
{/if}
- {if $value.type
!== 'RV Used' && $value.type !== 'RV New
'}
+ {if $value.type
== 'Home
'}
<div class="glm-small-3 glm-large-4 glm-columns list-field-name home {$key}-key">{$value.nice}</div>
<div class="glm-small-9 glm-large-8 glm-columns list-field-value home {$key}-value">{$value.data}</div>
{else}