mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
cc56f2230a
* Add separate setting for sidebar text (site_short_description) * Fix tests
7 lines
408 B
Plaintext
7 lines
408 B
Plaintext
.hero-widget
|
|
.hero-widget__img
|
|
= image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('preview.jpg'), alt: @instance_presenter.site_title
|
|
|
|
.hero-widget__text
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|