2018-02-07 11:00:35 +01:00
|
|
|
{[ if (o.show_spoiler_button) { ]}
|
|
|
|
<!-- XXX: This markup is also in src/templates/toolbar.html -->
|
2018-02-07 13:12:43 +01:00
|
|
|
<li class="toggle-compose-spoiler">
|
2018-02-07 11:00:35 +01:00
|
|
|
<a class="
|
|
|
|
{[ if (o.sending_spoiler) { ]} icon-eye-blocked {[ } ]}
|
|
|
|
{[ if (!o.sending_spoiler) { ]} icon-eye {[ } ]}"
|
|
|
|
title="{{ o.title }}"></a>
|
2018-02-02 20:53:10 +01:00
|
|
|
</li>
|
2018-02-07 11:00:35 +01:00
|
|
|
{[ } ]}
|