about summary refs log tree commit diff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-30 01:01:43 +0200
committerGitHub <noreply@github.com>2021-06-30 01:01:43 +0200
commita4c828f8e73672ee344ab234ef11b173d44e1fdb (patch)
treea5ff457e1cc681b82a95801314dac6c316d2f5b6 /app/views/layouts
parentff3626269eae9c2d15af4c7f05427c2bfcb065ef (diff)
parentba8f4535e3abfbd2f4dac95572877d976b65f0dd (diff)
Merge pull request #1558 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/public.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index eaa0437c2..57ad5aaf1 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -45,7 +45,8 @@
           .column-3
             %h4= site_hostname
             %ul
-              %li= link_to t('about.about_this'), about_more_path
+              - unless whitelist_mode?
+                %li= link_to t('about.about_this'), about_more_path
               %li= "v#{Mastodon::Version.to_s}"
           .column-4
             %h4= t 'footer.more'