From 8731e3a789e9df28f81e656706df27a7a10abca3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 7 Apr 2017 15:46:53 -0400 Subject: [PATCH] changing the detail view output of the field name from slug to nice print --- views/front/fields/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/fields/detail.html b/views/front/fields/detail.html index bb35bfd..2354423 100644 --- a/views/front/fields/detail.html +++ b/views/front/fields/detail.html @@ -5,7 +5,7 @@
{/if} {if $value.data !== 'Yes' && $value.data !== 'No'} -
{$key}
+
{$value.nice}
{$value.data}
{/if}
-- 2.17.1