mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
It's not really a part of the server (aka the rest of zephyr/). (imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
9 lines
267 B
Handlebars
9 lines
267 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}}
|