MS author author?

This commit is contained in:
maxwell 2010-07-22 22:32:47 -07:00
parent 1f414c9347
commit 3e3fcc57f9

View file

@ -1,6 +1,6 @@
%li.message{:id => post.id}
= image_tag post.author.avatar_thumbnail, :class => "person_picture" if !post.author.author.avatar_thumnail.nil?
= image_tag post.author.avatar_thumbnail, :class => "person_picture" if !post.author.avatar_thumnail.nil?
%span.from
= link_to post.author.username, author_path(post.author)