put dividers inside conditionals on profile-info [ci skip]
This commit is contained in:
parent
2b3bc5a0f0
commit
2873cedd30
1 changed files with 2 additions and 3 deletions
|
|
@ -10,19 +10,18 @@
|
||||||
<i class="icon-map-marker"></i>
|
<i class="icon-map-marker"></i>
|
||||||
{{location}}
|
{{location}}
|
||||||
</span>
|
</span>
|
||||||
|
<span class="divider">•</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<span class="divider">•</span>
|
|
||||||
|
|
||||||
{{#if birthday}}
|
{{#if birthday}}
|
||||||
<span class="stat">
|
<span class="stat">
|
||||||
<img src='{{imageUrl "buttons/bday.png"}}' class="cake" />
|
<img src='{{imageUrl "buttons/bday.png"}}' class="cake" />
|
||||||
{{birthday}}
|
{{birthday}}
|
||||||
</span>
|
</span>
|
||||||
|
<span class="divider">•</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<span class="divider">•</span>
|
|
||||||
|
|
||||||
<span class="stat services">
|
<span class="stat services">
|
||||||
<a href="https://facebook.com" class="service" target="_blank">
|
<a href="https://facebook.com" class="service" target="_blank">
|
||||||
<img src='{{imageUrl "buttons/service-icons/fb.png"}}' />
|
<img src='{{imageUrl "buttons/service-icons/fb.png"}}' />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue