mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-29 05:43:40 +01:00
5 lines
139 B
Ruby
5 lines
139 B
Ruby
object @card
|
|
|
|
attributes :url, :title, :description
|
|
|
|
node(:image) { |card| card.image? ? full_asset_url(card.image.url(:original)) : nil }
|