mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
FIX: future-date-input-row lost datetimes
This commit is contained in:
parent
26d14dbcbb
commit
f3db3c7e0b
|
@ -1,13 +1,13 @@
|
|||
{{#if icons}}
|
||||
{{#if computedContent.icons}}
|
||||
<div class="future-date-input-selector-icons">
|
||||
{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
|
||||
{{#each computedContent.icons as |icon|}} {{d-icon icon}} {{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<span class="name">{{computedContent.name}}</span>
|
||||
|
||||
{{#if datetime}}
|
||||
{{#if computedContent.datetime}}
|
||||
<span class="future-date-input-selector-datetime">
|
||||
{{datetime}}
|
||||
{{computedContent.datetime}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user