volume, stop

This commit is contained in:
2015-11-16 15:24:28 +01:00
parent c0df1a1aed
commit 830bb50f14
10 changed files with 171 additions and 13 deletions
+8 -1
View File
@@ -6,7 +6,14 @@ block content
.content
img.icon
span.title
div#information
div#controls
a.control.volume_plus(href="/action/volume/down/")
i.fa.fa-volume-down
a.control.volume_minus(href="/action/volume/up/")
i.fa.fa-volume-up
a.control.empty
a.control.play_pause(href="/action/stop/")
i.fa.fa-stop
script.
+1
View File
@@ -2,6 +2,7 @@ doctype html
html
head
title= title
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src="/javascripts/vendor/jquery.min.js")
script(src="/javascripts/radio.js")