mastodon/app/views/admin/reports/_media_attachments.html.haml

7 lines
257 B
Plaintext

- if status.ordered_media_attachments.first.video?
= render_video_component(status, visible: false)
- elsif status.ordered_media_attachments.first.audio?
= render_audio_component(status)
- else
= render_media_gallery_component(status, visible: false)