1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/view/subscribeBtnOffline.html
Caleb Mazalevskis 27a7925b98
Refactor.
2022-01-06 21:44:29 +08:00

10 lines
No EOL
425 B
HTML

<div class="btn-group" >
<button class='btn btn-xs btn-danger subs_user_id_ subscribe'
title="{titleOffline}"
data-content="{tooltipOffline}"
tabindex="0" role="button" data-html="true" data-toggle="popover" data-placement="bottom" >
<i class='fas fa-play-circle'></i>
<b class='text'>{subscribeText}</b>
<span class="badge">{total}</span>
</button>
</div>