aboutsummaryrefslogtreecommitdiff
path: root/template/rooms.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-12-27 13:02:34 +0100
committerMaZderMind2014-12-27 13:02:34 +0100
commit5a67e025f491dda57dd841bb7fc49a39946d0949 (patch)
treeca092edc138976f3a3088b2d1107641418a2b569 /template/rooms.phtml
parent77d3c10bd8c7231003ae60ddd5d0a09b0b0d2204 (diff)
link ReLive
Diffstat (limited to 'template/rooms.phtml')
-rw-r--r--template/rooms.phtml13
1 files changed, 12 insertions, 1 deletions
diff --git a/template/rooms.phtml b/template/rooms.phtml
index ac5e53f..7a348ec 100644
--- a/template/rooms.phtml
+++ b/template/rooms.phtml
@@ -65,7 +65,18 @@
<div class="room-group recordings">
- <a href="//media.ccc.de/browse/congress/2014/index.html"><span class="fa fa-video-camera"></span> Recordings</a>
+ <h2>Recordings</h2>
+
+ <ul class="row">
+ <li class="col-sm-6">
+ <div class="title">
+ <a href="http://media.ccc.de/browse/congress/2014/index.html"><span class="fa fa-video-camera"></span> Releases</a>
+ </div>
+ </li>
+ <li class="col-sm-6">
+ <a href="http://vod.c3voc.de/relive/"><span class="fa fa-play-circle"></span> ReLive</a>
+ </li>
+ </ul>
</div>
</div>