Add lang html attr to each posts (#18544)
This commit is contained in:
parent
fed7380e9f
commit
dc7e2985e6
3 changed files with 7 additions and 6 deletions
|
@ -32,7 +32,7 @@
|
|||
%p<
|
||||
%span.p-summary> #{prerender_custom_emojis(h(status.spoiler_text), status.emojis)}
|
||||
%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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue