scube-server/app/views/tracks/show.html.haml
Thibault Jouan f49a5a3f67 Update to rails 3.1.0
* Bump rails version to 3.1.0 in Gemfile
* Update config files
* Fix bcrypt monkey patch for specs
* Fix TracksController
* Replace track streaming with track download
* Remove assets from application layout
2011-09-15 16:10:21 +00:00

4 lines
149 B
Plaintext

%h1= @track.name
%audio{:src => download_track_path(@track), :controls => true, :autoplay => true}
Your browser does not support the audio element