mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-05 16:34:07 +00:00
36 lines
1.2 KiB
HTML
Executable File
36 lines
1.2 KiB
HTML
Executable File
<div class="widget-header widget-header-flat widget-header-small">
|
|
<h5>
|
|
<i class="fa fa-music"></i>
|
|
Now Playing
|
|
</h5>
|
|
</div>
|
|
|
|
<div class="widget-body">
|
|
<div class="profile-activity clearfix">
|
|
<div>
|
|
<img class="pull-left" alt="mix-image" src="<%= mix_image %>">
|
|
<a class="user" href="<%= item_url %>" title="<%= title %>"><%= title %></a>
|
|
|
|
<div class="time">
|
|
<i class="fa fa-user bigger-110"></i>
|
|
<a href="/<%= user_profile_url %>">
|
|
<%= user_name %>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
{% comment %}
|
|
<a id="now-playing-playing-toggle" class="now-playing-play player-button">
|
|
<span class="accessible-description">Play Button</span>
|
|
</a>
|
|
{% endcomment %}
|
|
<div class="now-playing-tools action-buttons">
|
|
<a id="now-playing-play" href="#" class="blue" data-bypass="true">
|
|
<i class="fa fa-play bigger-125"></i>
|
|
</a>
|
|
<a id="now-playing-pause" href="#" class="red" data-bypass="true">
|
|
<i class="fa fa-pause bigger-125"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|