Newer
Older
<figure class="attachment attachment--<%= blob.variable? ? "preview" : "file" %> attachment--<%= blob.filename.extension %>">
<source src="<%= rails_blob_path(blob) %>" type="<%= blob.content_type %>">
</video>
<p>
<span class="attachment__name"><%= blob.filename %></span>
<span class="attachment__size"><%= number_to_human_size blob.byte_size %></span>
</p>
<% if caption = blob.try(:caption) %>
<figcaption class="attachment__caption">