Take out link_to for real

This commit is contained in:
Raphael 2010-11-27 17:27:57 -05:00
parent d65ba2f291
commit 8e2c74bdd2

View file

@ -9,8 +9,7 @@
- post_image_link=Time.now - post_image_link=Time.now
.content .content
.from .from
%a{:href => "/people/#{person.id}", :title => person.real_name} %a{:href => "/people/#{person.id}"}=person.real_name
= link_to person.real_name, person
- post_person_link=Time.now - post_person_link=Time.now
= markdownify(comment.text, :youtube_maps => comment[:youtube_titles]) = markdownify(comment.text, :youtube_maps => comment[:youtube_titles])
- markdownified=Time.now - markdownified=Time.now