From 235bf656681bc4b3a7a4e8fd8ccaca2964294a3f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 5 Jun 2017 16:22:38 -0700 Subject: [PATCH] bookend: Only show bookend buttons in trailing bookends. Apparently, this template was just always missing this check. Fixes #5237. --- static/templates/bookend.handlebars | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/templates/bookend.handlebars b/static/templates/bookend.handlebars index 566a08815e..bdf02d3d94 100644 --- a/static/templates/bookend.handlebars +++ b/static/templates/bookend.handlebars @@ -3,6 +3,7 @@ {{#if bookend_content}}
{{bookend_content}} + {{#if trailing}}
+ {{/if}}
{{/if}}