about summary refs log tree commit diff
path: root/app/views/statuses/_detailed_status.html.haml
diff options
context:
space:
mode:
authorJeong Arm <kjwonmail@gmail.com>2022-05-28 22:50:36 +0900
committerGitHub <noreply@github.com>2022-05-28 15:50:36 +0200
commitdc7e2985e60c90e8efe82e56edb4fdd473bd1651 (patch)
tree3be94562b1b8c3e9a9731810d35bd5f0f3ddd0d4 /app/views/statuses/_detailed_status.html.haml
parentfed7380e9f6811ac069b1891546581aa4bccb122 (diff)
Add lang html attr to each posts (#18544)
Diffstat (limited to 'app/views/statuses/_detailed_status.html.haml')
-rw-r--r--app/views/statuses/_detailed_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/statuses/_detailed_status.html.haml b/app/views/statuses/_detailed_status.html.haml
index 1d0e5a38c..c67f0e4d9 100644
--- a/app/views/statuses/_detailed_status.html.haml
+++ b/app/views/statuses/_detailed_status.html.haml
@@ -20,7 +20,7 @@
       %p<
         %span.p-summary> #{prerender_custom_emojis(h(status.spoiler_text), status.emojis)}&nbsp;
         %button.status__content__spoiler-link= t('statuses.show_more')
-    .e-content
+    .e-content{ :lang => status.language }
       = prerender_custom_emojis(status_content_format(status), status.emojis)
 
       - if status.preloadable_poll