mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-30 21:13:47 +01:00
6 lines
139 B
Text
6 lines
139 B
Text
|
object @card
|
||
|
|
||
|
attributes :url, :title, :description
|
||
|
|
||
|
node(:image) { |card| card.image? ? full_asset_url(card.image.url(:original)) : nil }
|