mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 06:52:46 +08:00
DEV: add description parameter to discourse-tag component (#28213)
* DEV: add description parameter to discourse-tag component * prettier
This commit is contained in:
parent
f9b44361b2
commit
e7f976a106
|
@ -1,5 +1,10 @@
|
|||
{{#if this.isTag}}
|
||||
{{discourse-tag this.rowValue noHref=true count=this.item.count}}
|
||||
{{discourse-tag
|
||||
this.rowValue
|
||||
noHref=true
|
||||
description=this.item.description
|
||||
count=this.item.count
|
||||
}}
|
||||
{{else}}
|
||||
<span class="name">{{this.item.name}}</span>
|
||||
{{/if}}
|
Loading…
Reference in New Issue
Block a user