Implement tracks/{show,listen}
This commit is contained in:
3
app/views/tracks/show.html.haml
Normal file
3
app/views/tracks/show.html.haml
Normal file
@@ -0,0 +1,3 @@
|
||||
%h1= @track.name
|
||||
%audio{:src => stream_track_path(@track)}
|
||||
Your browser does not support the audio element
|
Reference in New Issue
Block a user