Some layouting
This commit is contained in:
parent
6e74e0e078
commit
0619cef246
1 changed files with 4 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
||||||
<div class="row" xmlns="http://www.w3.org/1999/html">
|
<div class="row" xmlns="http://www.w3.org/1999/html">
|
||||||
<div class="col-md-push-1 col-md-5 darker">
|
<div class="col-md-push-1 col-md-5 darker">
|
||||||
<h3>{{ location.name }}</h3>
|
<h3>{{ location.name }}</h3>
|
||||||
<span class="glyphicon glyphicon-home"></span>: {{ location.address }} <br/>
|
<span class="glyphicon glyphicon-home"></span> {{ location.address }} <br/>
|
||||||
<span class="glyphicon glyphicon-phone"></span>: {{ location.telephone }} <br/>
|
<span class="glyphicon glyphicon-phone"></span> {{ location.telephone }} <br/>
|
||||||
<span class="glyphicon glyphicon-link"></span>: <a href="{{ location.website}}">{{ location.website }}</a>
|
<span class="glyphicon glyphicon-link"></span> <a href="{{ location.website}}">{{ location.website }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-push-1 col-md-5">
|
<div class="col-md-push-1 col-md-5">
|
||||||
{% if location.address %}
|
{% if location.address %}
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
loc = {
|
loc = {
|
||||||
"address": "{{location.address}}",
|
"address": "{{location.address}}",
|
||||||
"name": "{{location.name}}",
|
"name": "{{location.name}}",
|
||||||
|
"url": "{{location.website}}",
|
||||||
"center": true,
|
"center": true,
|
||||||
};
|
};
|
||||||
locations.push(loc);
|
locations.push(loc);
|
||||||
|
|
Loading…
Reference in a new issue