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
@@ -212,7 +212,7 @@ Last task`,
|
|||||||
<span class="rendered-checkbox"></span>
|
<span class="rendered-checkbox"></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<strike><strong>Task 1:</strong> This is the first task.</strike>
|
<s><strong>Task 1:</strong> This is the first task.</s>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="todo-task">
|
<div class="todo-task">
|
||||||
{{#if completed}}
|
{{#if completed}}
|
||||||
<strike><strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}</strike>
|
<s><strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}</s>
|
||||||
{{else}}
|
{{else}}
|
||||||
<strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}
|
<strong>{{ task }}</strong>{{#if desc }}: {{ desc }}{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user