From e3c5e7ba05e0ef0bbf368fc7c5fa878f514db07b Mon Sep 17 00:00:00 2001 From: MrZYX <pr0fkill@gmail.com> Date: Fri, 11 Mar 2011 16:19:22 +0100 Subject: [PATCH] person -> author in app/views/comments/_comment.mobile.haml --- app/views/comments/_comment.mobile.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml index f67f1a0e0c..1c0943bf6e 100644 --- a/app/views/comments/_comment.mobile.haml +++ b/app/views/comments/_comment.mobile.haml @@ -7,9 +7,9 @@ %span.time = comment.created_at ? time_ago_in_words(comment.created_at) : time_ago_in_words(Time.now) - = person_image_link(comment.person) + = person_image_link(comment.author) .content .from - = person_link(comment.person) + = person_link(comment.author) = markdownify(comment.text, :youtube_maps => comment[:youtube_titles]) -- GitLab