mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
Merge pull request #3213 from riking/patch-2
FEATURE: Use HTML badge description on individual display
This commit is contained in:
commit
8da38cda81
|
@ -9,7 +9,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td class='badge'>{{user-badge badge=this}}</td>
|
||||
<td class='description'>{{displayDescription}}</td>
|
||||
<td class='description'>{{{displayDescriptionHtml}}}</td>
|
||||
<td class='grant-count'>{{i18n 'badges.granted' count=grant_count}}</td>
|
||||
<td class='info'>{{i18n 'badges.allow_title'}} {{{view.allowTitle}}}<br>{{i18n 'badges.multiple_grant'}} {{{view.multipleGrant}}}
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user