def friendly_date(date)
content_tag(:span, time_ago_in_words(date), :title => l(date, :format => :friendly))
end
def note_author(object, link_options = {})
if object.author.nil?
def friendly_date(date)
content_tag(:span, time_ago_in_words(date), :title => l(date, :format => :friendly))
end
def note_author(object, link_options = {})
if object.author.nil?