comments autolink

This commit is contained in:
danielvincent 2010-11-04 16:18:49 -07:00
parent 2c24eba49c
commit b74dfcf5fd

View file

@ -7,6 +7,6 @@
.content
.from
= link_to post.person.real_name, post.person
= post.text
= markdownify(post.text)
%div.time
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"