Updated report status to be in plainText
• Updated: - report status to be in plainText
This commit is contained in:
parent
7ad7fe06bd
commit
a9a566e211
|
@ -4,12 +4,12 @@
|
||||||
.batch-table__row__content
|
.batch-table__row__content
|
||||||
.status__content><
|
.status__content><
|
||||||
- if status.proper.spoiler_text.blank?
|
- if status.proper.spoiler_text.blank?
|
||||||
= Formatter.instance.format(status.proper, custom_emojify: true)
|
= Formatter.instance.plaintext(status.proper)
|
||||||
- else
|
- else
|
||||||
%details<
|
%details<
|
||||||
%summary><
|
%summary><
|
||||||
%strong> Content warning: #{Formatter.instance.format_spoiler(status.proper)}
|
%strong> Content warning: #{Formatter.instance.format_spoiler(status.proper)}
|
||||||
= Formatter.instance.format(status.proper, custom_emojify: true)
|
= Formatter.instance.plaintext(status.proper)
|
||||||
|
|
||||||
- unless status.proper.media_attachments.empty?
|
- unless status.proper.media_attachments.empty?
|
||||||
- if status.proper.media_attachments.first.video?
|
- if status.proper.media_attachments.first.video?
|
||||||
|
|
Loading…
Reference in New Issue