mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
11 lines
281 B
Handlebars
11 lines
281 B
Handlebars
{{! Client-side Mustache template for rendering the trailing bookend.}}
|
|
|
|
{{#if trailing_bookend}}
|
|
<tr id="trailing_bookend" class="bookend_tr">
|
|
<td colspan="4" class="bookend">
|
|
<center>{{trailing_bookend}}</center>
|
|
<span class="tiny"><p></p></span>
|
|
</td>
|
|
</tr>
|
|
{{/if}}
|