|
|
@ -15,7 +15,7 @@
|
|
|
|
.status__content.p-name.emojify<
|
|
|
|
.status__content.p-name.emojify<
|
|
|
|
- if status.spoiler_text?
|
|
|
|
- if status.spoiler_text?
|
|
|
|
%p{ style: 'margin-bottom: 0' }<
|
|
|
|
%p{ style: 'margin-bottom: 0' }<
|
|
|
|
%span.p-summary> #{status.spoiler_text}
|
|
|
|
%span.p-summary> #{Formatter.instance.format_spoiler(status)}
|
|
|
|
%a.status__content__spoiler-link{ href: '#' }= t('statuses.show_more')
|
|
|
|
%a.status__content__spoiler-link{ href: '#' }= t('statuses.show_more')
|
|
|
|
.e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" }= Formatter.instance.format(status, custom_emojify: true)
|
|
|
|
.e-content{ lang: status.language, style: "display: #{status.spoiler_text? ? 'none' : 'block'}; direction: #{rtl_status?(status) ? 'rtl' : 'ltr'}" }= Formatter.instance.format(status, custom_emojify: true)
|
|
|
|
|
|
|
|
|
|
|
|