photo partial now has labels
This commit is contained in:
parent
e0159aaaeb
commit
f5a57a6f4a
1 changed files with 10 additions and 0 deletions
|
|
@ -22,3 +22,13 @@
|
||||||
\--
|
\--
|
||||||
= link_to "#{t('.show_comments')} (#{post.comments.count})", '#', :class => "show_post_comments"
|
= link_to "#{t('.show_comments')} (#{post.comments.count})", '#', :class => "show_post_comments"
|
||||||
= render "comments/comments", :post => post
|
= 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue