Fix #552 - Replace image links with image icons in status text in the UI
This commit is contained in:
@ -2,3 +2,4 @@ attributes :id, :remote_url, :type
|
||||
|
||||
node(:url) { |media| full_asset_url(media.file.url(:original)) }
|
||||
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|
||||
node(:text_url) { |media| media.local? ? medium_url(media) : nil }
|
||||
|
Reference in New Issue
Block a user