aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Larysch2015-04-03 21:30:51 +0200
committerFlorian Larysch2015-04-03 21:31:48 +0200
commitcee3889ef56129a23e4971afaaf49a35fe30413d (patch)
tree8014872859c32528516bd7fd4e235ef829a5ed3a
parenta392d2d10758a76f6758cef0c673436738f9c807 (diff)
relive: We're out of beta. Add a more helpful info text.
-rw-r--r--template/relive.phtml11
1 files changed, 8 insertions, 3 deletions
diff --git a/template/relive.phtml b/template/relive.phtml
index 94e4acf..e59f366 100644
--- a/template/relive.phtml
+++ b/template/relive.phtml
@@ -3,9 +3,14 @@
<div class="row">
<div class="col-xs-12">
- <div class="alert alert-danger" role="alert">
- <i class="fa fa-exclamation-circle"></i>
- <strong>Danger!</strong> Extreme Beta!!!
+ <div class="alert alert-info" role="alert">
+ <p>
+ This service provides automated stream dumps and time shifting.
+ </p>
+
+ <p>
+ All recordings start/stop automatically 15 minutes before/after the talk begins/ends.
+ </p>
</div>
</div>
</div>