|
@@ -36,13 +36,13 @@
|
|
|
</div>
|
|
|
<div id="song-info" class="col-md-4" style="margin-top:15px">
|
|
|
<img class="song-img" onError="this.src='http://static.boredpanda.com/blog/wp-content/uploads/2014/04/amazing-fox-photos-182.jpg'" id="song-img"/>
|
|
|
- <h2 class="room-title">{{{title}}} (<span id="time-elapsed"></span> / <span>{{songDuration}}</span>)</h2>
|
|
|
+ <h2 class="room-title">{{{title}}} <small>(<span id="time-elapsed"></span> / <span>{{songDuration}}</span>)</small></h2>
|
|
|
<h2 class="room-artist">{{{artist}}}</h2>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row" id="settings">
|
|
|
<div class="col-md-3">
|
|
|
- {{#if currentUser}}
|
|
|
+ {{#if currentUser}}
|
|
|
<button type="button" id="song-modal" class="button" data-toggle="modal" data-target="#myModal">Add songs</button>
|
|
|
{{else}}
|
|
|
<button title="You need to be logged in to add songs." type="button" class="button btn btn-disabled" disabled>Add songs</button>
|