mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
Fix indentation in message.handlebars
(imported from commit 186bd9506aa6a7d3052f1f96e8af05a22812a636)
This commit is contained in:
@@ -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">
|
||||||
|
<td colspan="2" class="bookend">
|
||||||
<center>{{trailing_bookend}}</center>
|
<center>{{trailing_bookend}}</center>
|
||||||
<span class="tiny"><p></p></span></td>
|
<span class="tiny"><p></p></span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user