Shuffle, repeat, empty playlist buttons. Working!

This commit is contained in:
Gregory Eremin
2011-09-19 16:44:15 +04:00
parent 9305237bac
commit 54032a4ad3
5 changed files with 36 additions and 14 deletions
+5 -1
View File
@@ -18,7 +18,7 @@
%a#logo{ :href => "#/" } BeatHaven
%ul.nav
%li
%a{ :href => "http://blog.beathaven.org/" }= I18n.t 'global.news'
%a{ :href => "http://blog.beathaven.org/", :target => "_blank" }= I18n.t 'global.news'
%li
%a.about{ :href => "#/about/" }= I18n.t 'global.about'
%form#search-form{ :action => "" }
@@ -61,6 +61,10 @@
%a.btn.large.play ►
%a.btn.large.pause II
%a.btn.small-round.next »
.secondary-buttons
%a.shuffle= I18n.t 'player.shuffle'
%a.repeat= I18n.t 'player.repeat'
%a.do_empty= I18n.t 'player.do_empty'
%ul.playlist