From 3e3fcc57f911c0faaad41095d7149b9109091c78 Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 22 Jul 2010 22:32:47 -0700 Subject: [PATCH] MS author author? --- app/views/ostatus_posts/_ostatus_post.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/ostatus_posts/_ostatus_post.html.haml b/app/views/ostatus_posts/_ostatus_post.html.haml index 1033807f2..1e00a4451 100644 --- a/app/views/ostatus_posts/_ostatus_post.html.haml +++ b/app/views/ostatus_posts/_ostatus_post.html.haml @@ -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)