Change the sequence
This commit is contained in:
parent
9396cf44e5
commit
b036df1054
1 changed files with 2 additions and 3 deletions
5
map.html
5
map.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue