This commit is contained in:
2015-11-02 11:36:10 +01:00
commit 08cd6febee
1419 changed files with 221401 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
+13
View File
@@ -0,0 +1,13 @@
extends layout
block content
div#navigation
a.tile.template.hidden(href="#")
.content
img.icon
span.title
div#information
script.
jQuery(function(){ Radio.init( !{JSON.stringify(channels)} ); });
+9
View File
@@ -0,0 +1,9 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src="/javascripts/vendor/jquery.min.js")
script(src="/javascripts/radio.js")
body
block content