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

14 lines
No EOL
393 B
HTML

<div class="videoCreator clearfix">
<a href='{channelLink}' class="pull-left">
<img src="{photo}" alt="{name} Photo"
class="img img-responsive img-circle zoom" />
</a>
<div class="pull-left">
<a href='{channelLink}' class='btn btn-xs btn-default'>
{name}
{icon}
</a>
{subscriptionButton}
</div>
</div>
{html}