6 lines
161 B
Plaintext
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
|