Sha256: 418f262afe6d03be22607b888628e3281424b2fab5fe523f19bec484a9e3bd2f
Contents?: true
Size: 421 Bytes
Versions: 40
Compression:
Stored size: 421 Bytes
Contents
<%- if audio_view.attachment -%> <%= content_tag :audio, controls: audio_view.controls, autoplay: audio_view.autoplay, loop: audio_view.loop, muted: audio_view.muted do %> <%= tag :source, src: alchemy.show_attachment_path( audio_view.attachment, format: audio_view.attachment.suffix ), type: audio_view.attachment.file_mime_type %> <% end %> <%- end -%>
Version data entries
40 entries across 40 versions & 1 rubygems