Adjusting design of profile and entry pages, linkify mentions in statuses
This commit is contained in:
parent
6045b6cb18
commit
ab80ebdeec
9 changed files with 75 additions and 41 deletions
|
@ -22,7 +22,7 @@
|
|||
= relative_time(status.reblog? ? status.reblog.created_at : status.created_at)
|
||||
|
||||
.content
|
||||
= status.content.html_safe
|
||||
= status.reblog? ? (status.reblog.local? ? linkify(status.reblog) : status.reblog.content.html_safe) : (status.local? ? linkify(status) : status.content.html_safe)
|
||||
|
||||
- if include_threads
|
||||
- status.replies.each do |status|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue