photo partial now has labels

This commit is contained in:
danielvincent 2010-09-28 13:05:58 -07:00
parent e0159aaaeb
commit f5a57a6f4a

View file

@ -22,3 +22,13 @@
\--
= link_to "#{t('.show_comments')} (#{post.comments.count})", '#', :class => "show_post_comments"
= render "comments/comments", :post => post
- if post.public?
.public_aspect_tag
public
- else
.aspect_tag
%ul
- for aspect in current_user.aspects_with_post( post.id )
%li= aspect.name