mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 16:10:48 +08:00
DEV: Assign id to button for easier finding via CSS selectors (#11200)
This commit is contained in:
parent
331517abe6
commit
811c610108
|
@ -52,7 +52,7 @@
|
|||
{{#unless canLoadMore}}
|
||||
{{#if canShowOthers}}
|
||||
<div class="clearfix">
|
||||
<a href={{model.url}} class="btn">{{i18n "badges.others_count" count=othersCount}}</a>
|
||||
<a id="show-others-with-badge-link" href={{model.url}} class="btn">{{i18n "badges.others_count" count=othersCount}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user