comments autolink
This commit is contained in:
parent
2c24eba49c
commit
b74dfcf5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
||||||
.content
|
.content
|
||||||
.from
|
.from
|
||||||
= link_to post.person.real_name, post.person
|
= link_to post.person.real_name, post.person
|
||||||
= post.text
|
= markdownify(post.text)
|
||||||
%div.time
|
%div.time
|
||||||
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"
|
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue