Show media of reblogged statuses in public html view
This commit is contained in:
parent
68eed8c61f
commit
451733961b
|
@ -32,7 +32,7 @@
|
|||
.content= Formatter.instance.format(proper_status(status))
|
||||
|
||||
%ul.media-attachments
|
||||
- status.media_attachments.each do |media|
|
||||
- (status.reblog? ? status.reblog : status).media_attachments.each do |media|
|
||||
%li.transparent-background= link_to '', media.file.url, style: "background-image: url(#{media.file.url(:small)})", target: '_blank'
|
||||
|
||||
- if include_threads
|
||||
|
|
Reference in a new issue