-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.slim
42 lines (42 loc) · 1.39 KB
/
index.slim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
doctype html
html
head
meta charset="utf-8"
title Radiko Podcast
meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"
script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
sass:
@import "//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
div.list-group
a.list-group-item
button.btn
float: right
margin-left: 10px
p.list-group-item-text.right
float: right
body
div.container
div.header
h1.page-header Radiko Podcast
div.row
div.col-lg-7
p 購読したい番組を選んで下さい。
h3 放送中
div.list-group
- recordings.each do |name, rec|
a.list-group-item href="#{conf["podcast"]["url"]}/#{name}.xml"
button.btn.btn-primary
span.glyphicon.glyphicon-play aria-hidden="true"
| 購読する
h4.list-group-item-heading #{rec["name"]}
p.list-group-item-text #{schedule[name]}
h3 アーカイブ
div.list-group
- archives.each do |name, rec|
a.list-group-item href="#{conf["podcast"]["url"]}/#{name}.xml"
button.btn.btn-primary
span.glyphicon.glyphicon-play aria-hidden="true"
| 購読する
h4.list-group-item-heading #{rec["name"]}
p.list-group-item-text