diff options
author | ThibG <thib@sitedethib.com> | 2021-01-21 14:29:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 14:29:54 +0100 |
commit | 7d0031a515a9ccd552fab9ad55b6edb7e0e5ba32 (patch) | |
tree | e8f18b180524893a0eb1d8f3b45c6c7588fe6788 /app/views/public_timelines | |
parent | 80469897883d4b008c2b0ef79a2a855268b69acc (diff) |
Fix Google Translate breaking web interface (#15610)
- marks the page as a whole as untranslatable - still marks user text as translatable Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/views/public_timelines')
-rw-r--r-- | app/views/public_timelines/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_timelines/show.html.haml b/app/views/public_timelines/show.html.haml index 3325be5bf..9254bd348 100644 --- a/app/views/public_timelines/show.html.haml +++ b/app/views/public_timelines/show.html.haml @@ -14,4 +14,4 @@ %p= t('about.browse_local_posts') #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(local: !Setting.show_known_fediverse_at_about_page)) }} -#modal-container +.notranslate#modal-container |