From ea77c7e364536a64bc464e0cbabe7df1f6d3cc0c Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Fri, 31 Oct 2014 13:52:09 -0400 Subject: [PATCH] Move details outside the grouped data fields. --- src/templates/summary.handlebars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/summary.handlebars b/src/templates/summary.handlebars index b29f3e2..5074fb6 100644 --- a/src/templates/summary.handlebars +++ b/src/templates/summary.handlebars @@ -37,7 +37,7 @@ md-* - metadata fields passed through from backend {{#if md-date}} {{md-date}} {{/if}} - {{#if renderedDetails}} - {{{renderedDetails}}} - {{/if}} +{{#if renderedDetails}} + {{{renderedDetails}}} +{{/if}} -- 1.7.10.4