aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-27 21:55:34 -0700
committerzotlabs <mike@macgirvin.com>2017-06-27 21:55:34 -0700
commit4c50bfebc293554d9c9a4a8c34b929b03c132d68 (patch)
tree458129d2fceb911a582179c69fc63f72431ab11b /view
parentdab00a98e0b450183ef5f6ad9d6f4708e2246695 (diff)
downloadvolse-hubzilla-4c50bfebc293554d9c9a4a8c34b929b03c132d68.tar.gz
volse-hubzilla-4c50bfebc293554d9c9a4a8c34b929b03c132d68.tar.bz2
volse-hubzilla-4c50bfebc293554d9c9a4a8c34b929b03c132d68.zip
provide a gender icon on the profile sidebar within reason
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index c17a7878c..13c22a2c7 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -43,7 +43,7 @@
</dl>
{{/if}}
- {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="p-gender">{{$profile.gender}}</dd></dl>{{/if}}
+ {{if $gender}}<dl class="mf"><dt class="gender-label">{{$gender}}</dt> <dd class="p-gender">{{if $profile.gender_icon}}<i class="fa fa-{{$profile.gender_icon}}"></i>&nbsp;{{/if}}{{$profile.gender}}</dd></dl>{{/if}}
{{if $marital}}<dl class="marital"><dt class="marital-label"><span class="heart"><i class="fa fa-heart"></i>&nbsp;</span>{{$marital}}</dt><dd class="marital-text">{{$profile.marital}}</dd></dl>{{/if}}