Change the sequence

This commit is contained in:
feliciaan 2014-12-10 17:21:02 +01:00
parent 9396cf44e5
commit b036df1054

View file

@ -15,7 +15,8 @@
<div id="map"></div>
<script id="popup-template" type="text/x-handlebars-template">
<div id="resto-popup">
<h3>{{name}}</h3>
<h3>{{name}} ({{capacity}} pl.)</h3>
Locatie: {{address}}<br />
Van {{period.start}} tot {{period.end}}<br />
<img src="{{type}}.png" class="type">
<h4>Openingsuren</h4>
@ -48,8 +49,6 @@
<td>{{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}}</td>
</tr>
</table>
Waar: {{address}}<br />
Plaatsen: {{capacity}}<br />
{{#if extra}}{{extra}}{{/if}}
</div>
</script>