This commit is contained in:
maxwell 2010-07-22 22:34:30 -07:00
parent 3e3fcc57f9
commit dfad30e33b

View file

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