forked from rdubigny/cozy-music
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
flyingrub
committed
Mar 22, 2016
1 parent
b905aec
commit b5489ea
Showing
4 changed files
with
117 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
<td class="number"><%- number %></td> | ||
<td class="title"><%- title %></td> | ||
<td><%- artist %></td> | ||
<td><%- album %></td> | ||
<td><%- album %> | ||
<div class="actions"> | ||
<button id="add-to-upnext"> | ||
<p class="help">Add To Up Next</p> | ||
<svg> | ||
<use xlink:href="<%= require('../../assets/icons/add-to-playlist-sm.svg') %>"/> | ||
</svg> | ||
</button> | ||
<button id="delete-from-upnext"> | ||
<svg> | ||
<use xlink:href="<%= require('../../assets/icons/cross-sm.svg') %>"/> | ||
</svg> | ||
</button> | ||
<button id="menu"> | ||
<svg> | ||
<use xlink:href="<%= require('../../assets/icons/more-sm.svg') %>"/> | ||
</svg> | ||
</button> | ||
</div> | ||
</td> | ||
<td><%- duration %><td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters