Fix indentation in message.handlebars

(imported from commit 186bd9506aa6a7d3052f1f96e8af05a22812a636)
This commit is contained in:
Steve Howell
2013-10-09 08:33:46 -04:00
parent 5c4fb277c1
commit e2213eae9a

View File

@@ -14,7 +14,8 @@
{{#each messages}}
{{#with this}}
{{#include_bookend}}
<tr class="bookend_tr"><td colspan="2" class="bookend{{#if subscribed}} sub-unsub-message{{/if}}{{#if unsubscribed}} sub-unsub-message{{/if}}">
<tr class="bookend_tr">
<td colspan="2" class="bookend{{#if subscribed}} sub-unsub-message{{/if}}{{#if unsubscribed}} sub-unsub-message{{/if}}">
{{#if subscribed}}
<span>--- Subscribed to stream {{subscribed}} ---</span>
{{/if}}
@@ -161,7 +162,8 @@
<a class="message_label_clickable narrows_by_recipient"
href="{{pm_with_url}}"
title="Narrow to your private messages with {{display_reply_to}}">
You and {{display_reply_to}}</a>
You and {{display_reply_to}}
</a>
</td>
{{/if}}
</tr>
@@ -208,8 +210,10 @@
{{/each}}
{{#if trailing_bookend}}
<tr id="trailing_bookend" class="bookend_tr"><td colspan="2" class="bookend">
<tr id="trailing_bookend" class="bookend_tr">
<td colspan="2" class="bookend">
<center>{{trailing_bookend}}</center>
<span class="tiny"><p></p></span></td>
<span class="tiny"><p></p></span>
</td>
</tr>
{{/if}}