mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +08:00
UX: remove icons indicating time in userstatus, bookmarks, topic timer (#29635)
This commit is contained in:
parent
3d1571a852
commit
75ee73f969
|
@ -2,11 +2,11 @@
|
|||
{{#each this.options key="id" as |option|}}
|
||||
{{#unless option.hidden}}
|
||||
<TapTile
|
||||
@icon={{option.icon}}
|
||||
@tileId={{option.id}}
|
||||
@activeTile={{grid.activeTile}}
|
||||
@onChange={{action "selectShortcut"}}
|
||||
>
|
||||
|
||||
<div class="tap-tile-title">{{i18n option.label}}</div>
|
||||
<div class="tap-tile-date">{{option.timeFormatted}}</div>
|
||||
</TapTile>
|
||||
|
|
Loading…
Reference in New Issue
Block a user