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>
|
||||
{{location}}
|
||||
</span>
|
||||
<span class="divider">•</span>
|
||||
{{/if}}
|
||||
|
||||
<span class="divider">•</span>
|
||||
|
||||
{{#if birthday}}
|
||||
<span class="stat">
|
||||
<img src='{{imageUrl "buttons/bday.png"}}' class="cake" />
|
||||
{{birthday}}
|
||||
</span>
|
||||
<span class="divider">•</span>
|
||||
{{/if}}
|
||||
|
||||
<span class="divider">•</span>
|
||||
|
||||
<span class="stat services">
|
||||
<a href="https://facebook.com" class="service" target="_blank">
|
||||
<img src='{{imageUrl "buttons/service-icons/fb.png"}}' />
|
||||
|
|
|
|||
Loading…
Reference in a new issue