From e2213eae9aab67ae6eea13d53a844064385feafc Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 9 Oct 2013 08:33:46 -0400 Subject: [PATCH] Fix indentation in message.handlebars (imported from commit 186bd9506aa6a7d3052f1f96e8af05a22812a636) --- static/templates/message.handlebars | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/static/templates/message.handlebars b/static/templates/message.handlebars index 282f5f047f..142b8b113b 100644 --- a/static/templates/message.handlebars +++ b/static/templates/message.handlebars @@ -14,7 +14,8 @@ {{#each messages}} {{#with this}} {{#include_bookend}} - + + {{#if subscribed}} --- Subscribed to stream {{subscribed}} --- {{/if}} @@ -161,15 +162,16 @@ - You and {{display_reply_to}} + You and {{display_reply_to}} + {{/if}} {{/include_recipient}} - - + +
{{#include_sender}} @@ -208,8 +210,10 @@ {{/each}} {{#if trailing_bookend}} - -
{{trailing_bookend}}
-

+ + +
{{trailing_bookend}}
+

+ {{/if}}