diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-06-30 01:01:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 01:01:43 +0200 |
commit | a4c828f8e73672ee344ab234ef11b173d44e1fdb (patch) | |
tree | a5ff457e1cc681b82a95801314dac6c316d2f5b6 /app/views | |
parent | ff3626269eae9c2d15af4c7f05427c2bfcb065ef (diff) | |
parent | ba8f4535e3abfbd2f4dac95572877d976b65f0dd (diff) |
Merge pull request #1558 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/public.html.haml | 3 |
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' |