Update /terms and /about/more to use public layout (#8142)

This commit is contained in:
Eugen Rochko 2018-08-09 12:58:20 +02:00 committed by GitHub
parent f2404de871
commit 0dcc1950d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 397 additions and 385 deletions

View file

@ -110,7 +110,7 @@
%p= t 'about.about_mastodon_html'
%div.contact
%h3= t 'about.administered_by'
= render 'administration'
= account_link_to(@instance_presenter.contact_account, link_to(t('about.learn_more'), about_more_path, class: 'button button-alternative'))
= render 'features'
@ -131,7 +131,7 @@
%p= t 'about.about_mastodon_html'
%div.contact
%h3= t 'about.administered_by'
= render 'administration'
= account_link_to(@instance_presenter.contact_account, link_to(t('about.learn_more'), about_more_path, class: 'button button-alternative'))
= render 'features'