mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-07 02:11:54 +00:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
object @card
|
||
|
|
||
|
attributes :url, :title, :description
|
||
|
|
||
|
node(:image) { |card| card.image? ? full_asset_url(card.image.url(:original)) : nil }
|