From: Jason Skomorowski Date: Fri, 31 Oct 2014 17:52:09 +0000 (-0400) Subject: Move details outside the grouped data fields. X-Git-Tag: 1.0.0~83^2~18 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ea77c7e364536a64bc464e0cbabe7df1f6d3cc0c Move details outside the grouped data fields. --- 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}}