scube-server/app/views/tracks/show.html.haml
2014-04-01 10:48:18 +00:00

6 lines
161 B
Plaintext

%h1= @track.name
- if @track.sound?
%audio{src: sound_path(@track.sound), controls: true, autoplay: true}
Your browser does not support the audio element