revert about page
This commit is contained in:
parent
8776b90006
commit
87bd45ae73
|
@ -8,7 +8,8 @@
|
||||||
.landing
|
.landing
|
||||||
.landing__brand
|
.landing__brand
|
||||||
= link_to root_url, class: 'brand' do
|
= link_to root_url, class: 'brand' do
|
||||||
= image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('media/images/preview.jpg'), alt: @instance_presenter.site_title
|
= svg_logo_full
|
||||||
|
%span.brand__tagline=t 'about.tagline'
|
||||||
|
|
||||||
.landing__grid
|
.landing__grid
|
||||||
.landing__grid__column.landing__grid__column-registration
|
.landing__grid__column.landing__grid__column-registration
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
= link_to about_more_path do
|
= link_to about_more_path do
|
||||||
= t('about.learn_more')
|
= t('about.learn_more')
|
||||||
= fa_icon 'angle-double-right'
|
= fa_icon 'angle-double-right'
|
||||||
|
|
||||||
.hero-widget__footer
|
.hero-widget__footer
|
||||||
.hero-widget__footer__column
|
.hero-widget__footer__column
|
||||||
%h4= t 'about.administered_by'
|
%h4= t 'about.administered_by'
|
||||||
|
|
Loading…
Reference in New Issue