DEV: Assign id to button for easier finding via CSS selectors (#11200)

This commit is contained in:
Gerhard Schlager 2020-11-11 18:33:23 +01:00 committed by GitHub
parent 331517abe6
commit 811c610108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}