Files
fizzy/app/views/events/event/attachments/_remote_video.html.erb
T
Jorge Manrubia bc915c4b05 Extract partials
2025-11-03 07:29:00 +01:00

4 lines
215 B
Plaintext

<%= tag.video controls: true, class: "attachment attachment--video", width: remote_video.width, height: remote_video.height do %>
<%= tag.source src: remote_video.url, type: remote_video.content_type %>
<% end %>