show tags under names in people partials

This commit is contained in:
danielgrippi 2011-03-16 17:46:09 -07:00
parent a85b5bb70f
commit 55ac4c8054
4 changed files with 18 additions and 3 deletions

View file

@ -36,7 +36,6 @@
%h4= t('shared.invitations.invite_your_friends')
= render "shared/invitations", :invites => @invites
#aspect_listings.section
= render 'aspects/aspect_listings', :aspects => @aspects

View file

@ -32,5 +32,5 @@
=person_link(person)
.info
= person.diaspora_handle
= person.profile.format_tags(person.profile.tag_string)

View file

@ -48,7 +48,7 @@
%span.from
=person_link(person)
.info
= person.diaspora_handle
= person.profile.format_tags(person.profile.tag_string)
- if @people_count > 15
\...

View file

@ -2787,6 +2787,22 @@ ul.show_comments
:font
:weight bold
.info
:overflow hidden
:white-space nowrap
:text-overflow ellipsis
.tag
:background
:color #efefef
:color #999
:border
:bottom 1px dotted #999
&:hover
:border
:bottom 1px solid #999
.diaspora_handle
:font
:size 12px