Sha256: 7f27ca846b1edc4e370db127c4ca992d2a1c10fde8c007aa533b4813ab803669
Contents?: true
Size: 899 Bytes
Versions: 3
Compression:
Stored size: 899 Bytes
Contents
<div class="rf-col rf-col--6 rf-col--grid"> <div class="rf-avatar rf-avatar--med"> <?php if($avatar_overlay): ?> <div class="rf-avatar__overlay rf-avatar__overlay--<?php echo $avatar_overlay?>"> </div> <?php endif; ?> <?php if($avatar_nametag): ?> <div class="rf-avatar__nametag"> <?php echo $avatar_nametag?> </div> <?php endif; ?> <img class="rf-avatar__img" src="https://git.corp.adobe.com/avatars/u/25754?" alt="krevat"> </div> <div class="rf-avatar rf-avatar--small"> <?php if($avatar_overlay): ?> <div class="rf-avatar__overlay rf-avatar__overlay--<?php echo $avatar_overlay?>"> </div> <?php endif; ?> <?php if($avatar_nametag): ?> <div class="rf-avatar__nametag"> <?php echo $avatar_nametag?> </div> <?php endif; ?> <img class="rf-avatar__img" src="https://git.corp.adobe.com/avatars/u/25754?" alt="krevat"> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ethosstyles-0.1.17 | app/views/partial_avatars.php |
ethosstyles-0.1.16 | app/views/partial_avatars.php |
ethosstyles-0.1.15 | app/views/partial_avatars.php |