Updated report status to be in plainText

• Updated:
- report status to be in plainText
This commit is contained in:
mgabdev 2020-06-19 19:26:02 -04:00
parent 7ad7fe06bd
commit a9a566e211
1 changed files with 2 additions and 2 deletions

View File

@ -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?