fix contacts index page

This commit is contained in:
danielgrippi 2011-07-29 14:15:28 -07:00
parent 2b550906fc
commit e345f2dcbc

View file

@ -47,7 +47,7 @@
= @person.diaspora_handle
.description
- if !@person.profile.tag_string.blank?
= Diapsora::Taggable.format_tags(@person.profile.tag_string)
= Diaspora::Taggable.format_tags(@person.profile.tag_string)
- if user_signed_in? && @person == current_user.person
%span.hover_edit
= link_to t('people.show.edit'), edit_profile_path