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}}