Adjust responsive design for /about/more and /terms (#8158)
Follow-up to #8142
This commit is contained in:
parent
8c279b1648
commit
5b8603879f
4 changed files with 78 additions and 5 deletions
|
@ -29,14 +29,16 @@
|
|||
|
||||
.column-2
|
||||
.landing-page__information.contact-widget
|
||||
%p= t 'about.administered_by'
|
||||
%p
|
||||
%strong= t 'about.administered_by'
|
||||
|
||||
= account_link_to(@instance_presenter.contact_account)
|
||||
|
||||
- if @instance_presenter.site_contact_email.present?
|
||||
%p.contact-widget__mail
|
||||
= succeed ':' do
|
||||
= t 'about.contact'
|
||||
%strong
|
||||
= succeed ':' do
|
||||
= t 'about.contact'
|
||||
%br/
|
||||
= mail_to @instance_presenter.site_contact_email, nil, title: @instance_presenter.site_contact_email
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue