This commit is contained in:
Toks
2013-05-03 19:53:03 -04:00
parent c0dac889b2
commit 6ab405c142
5 changed files with 6 additions and 13 deletions

View File

@@ -41,6 +41,10 @@ module PostsHelper
end
end
def post_favlist(post)
post.favorited_users.reverse_each.map{|user| link_to_user(user)}.join(", ").html_safe
end
def has_parent_message(post, parent_post_set)
html = ""