diff --git a/app/views/active_storage/blobs/web/_representation.html.erb b/app/views/active_storage/blobs/web/_representation.html.erb index d2f206b9f..2aa1b51a4 100644 --- a/app/views/active_storage/blobs/web/_representation.html.erb +++ b/app/views/active_storage/blobs/web/_representation.html.erb @@ -4,12 +4,12 @@ <% if blob.video? %> <%= tag.video \ - src: rails_blob_path(blob), - controls: true, - preload: :none, - style: "aspect-ratio: #{width} / #{height};", - width: width, - height: height %> + src: rails_blob_path(blob), + controls: true, + preload: :none, + style: "aspect-ratio: #{width} / #{height};", + width: width, + height: height %> <% elsif blob.audio? %>