diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 8ad6fbc..81abb6c 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -431,6 +431,7 @@ module ApplicationHelper content_tag( 'span', name, :class => ( profile.class == Person ? 'fn' : 'org' ) ) + city + profile_sex_icon( profile ) + profile_cat_icons( profile ), profile.url, + :onclick => 'document.location.href = this.href', # work-arround for ie. :class => 'profile_link url', :help => _('Click on this icon to go to the %s\'s home page') % profile.name ), :class => 'vcard' -- libgit2 0.21.2