scube-server/app/views/tracks/show.html.haml

6 lines
170 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