about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Sterry <davesterry@gmail.com>2021-06-27 13:31:28 -0700
committerGitHub <noreply@github.com>2021-06-27 22:31:28 +0200
commit7c27ccb8d8fda060f3c5b234f7c81fc29b5fc915 (patch)
tree53d8358f560698dcb56d24c8c7e025383d1d90bf /app/views
parent04a552f07641946436987dd19101fb8f187e7da3 (diff)
Fix #16407 (#16432)
Diffstat (limited to 'app/views')
-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 e63cf0848..bdb8a3a8e 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -46,7 +46,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'