Tweak headings to work with coffee breaks/lunches etc

This commit is contained in:
Petko Bordjukov 2014-08-20 14:54:05 +03:00
parent fc09fef53c
commit 221258f723
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<script id="current_talk_template" type="text/ractive">
<section id="current_talk">
<h3>Current Talk</h3>
<h3>At the Moment</h3>
<h1>{{currentEvent.title}}</h1>
<p>{{currentEvent.description}}</p>
</section>
@ -93,7 +93,7 @@
<script id="next_talk_template" type="text/ractive">
<section id="next_talk">
<h3>Next Talk</h3>
<h3>Next</h3>
<h1>{{nextEvent.title}}</h1>
<p>{{nextEvent.description}}</p>
<h4>({{nextEvent.startTime.fromNow()}})</h4>