mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 15:22:27 +08:00
10 lines
203 B
Handlebars
10 lines
203 B
Handlebars
![]() |
<span class="name">
|
||
|
{{#unless isLocked}}
|
||
|
<span class="delete-icon" {{action onDeselect content.value bubbles=false}}>
|
||
|
{{d-icon "times"}}
|
||
|
</span>
|
||
|
{{/unless}}
|
||
|
|
||
|
{{content.name}}
|
||
|
</span>
|