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