fix map phone number positioning
parent
8b32d60ea7
commit
9f20895eab
|
|
@ -53,13 +53,13 @@
|
|||
<%= map.mapCity %>, <%= map.mapProvince %><br />
|
||||
<%= map.mapPostalCode %>
|
||||
</div>
|
||||
<% if (map.mapPhoneNumber !== "") { %>
|
||||
<div class="column">
|
||||
<strong>Phone Number</strong><br />
|
||||
<%= map.mapPhoneNumber %>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
<% if (map.mapPhoneNumber !== "") { %>
|
||||
<div class="column">
|
||||
<strong>Phone Number</strong><br />
|
||||
<%= map.mapPhoneNumber %>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue