mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
todo_widget: Replace obsolete <strike> element.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
ce43111b03
commit
c23cd837a0
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="todo-task">
|
||||
{{#if completed}}
|
||||
<strike><strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}</strike>
|
||||
<s><strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}</s>
|
||||
{{else}}
|
||||
<strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user