Created
October 10, 2013 16:51
This file contains hidden or 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
--- templates/albums/tracks.hbs 2013-10-08 18:37:40.000000000 +0300 | |
+++ templates/tracks/versions.hbs 2013-10-08 18:37:40.000000000 +0300 | |
@@ -1,12 +1,12 @@ | |
<div class="results-header table"> | |
<div class="controls table-cell"> </div> | |
- <div class="name table-cell">Track Name & #</div> | |
+ <div class="name table-cell">Track Version & #</div> | |
<div class="description table-cell">Description</div> | |
<div class="duration table-cell"><span>Duration</span></div> | |
<div class="actions table-cell">Actions</div> | |
</div> | |
{{#each this}} | |
-<div class="track{{#if isRelevant}} relevant{{/if}}{{#if selected}} selected{{/if}} table" data-id="{{id}}"> | |
+<div class="track table" data-id="{{id}}"> | |
<div class="controls table-cell"> | |
<a class="play btn-control" title="Play/Pause" data-control="play"> | |
<span class="icon-stack"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment