volume, stop
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user