mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: add description parameter to discourse-tag component (#28213)
* DEV: add description parameter to discourse-tag component * prettier
This commit is contained in:
@@ -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}}
|
||||
Reference in New Issue
Block a user