-
<%= image_tag "content/icon_playbutton.png", {:width => 20, :height => 20, :alt => ""} %>
+
<%= image_tag "content/icon_playbutton.png", {:id => "imgPlayPause", :width => 20, :height => 20, :alt => ""} %>
<% if @music_session.session_removed_at.blank? %>
SESSION IN PROGRESS
-
1:23
+
+
<% else %>
LIVE SESSION ENDED
<% end %>
@@ -99,8 +102,38 @@
<% content_for :extra_js do %>
<% end %>
diff --git a/web/app/views/recordings/show.html.erb b/web/app/views/recordings/show.html.erb
index 1eef34c11..ceb08a75f 100644
--- a/web/app/views/recordings/show.html.erb
+++ b/web/app/views/recordings/show.html.erb
@@ -51,7 +51,7 @@
<%= @claimed_recording.description %>
-
<%= image_tag "content/icon_playbutton.png", {:id => "imgPlayPause", :width => 20, :height => 20, :alt => ""} %>
+
<%= image_tag "content/icon_playbutton.png", {:id => "imgPlayPause", :width => 20, :height => 20, :alt => ""} %>
0:00
@@ -102,6 +102,10 @@
<% content_for :extra_js do %>