about summary refs log tree commit diff
path: root/app/views/tags
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2021-01-21 14:29:54 +0100
committerGitHub <noreply@github.com>2021-01-21 14:29:54 +0100
commit7d0031a515a9ccd552fab9ad55b6edb7e0e5ba32 (patch)
treee8f18b180524893a0eb1d8f3b45c6c7588fe6788 /app/views/tags
parent80469897883d4b008c2b0ef79a2a855268b69acc (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/tags')
-rw-r--r--app/views/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml
index beeeb56f2..5cd513b32 100644
--- a/app/views/tags/show.html.haml
+++ b/app/views/tags/show.html.haml
@@ -13,4 +13,4 @@
   %p= t('about.about_hashtag_html', hashtag: @tag.name)
 
 #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }}
-#modal-container
+.notranslate#modal-container