Sha256: 3a0b1e1d89727208931775dd8bb73f406f49ab17b10e2fde3f223798ef3b2d76
Contents?: true
Size: 249 Bytes
Versions: 93
Compression:
Stored size: 249 Bytes
Contents
<%= content_tag :video, options do %> <% if video_file %> <% video_file_sources(video_file, url_options).map do |v| %> <%= tag(:source, src: v[:src], type: v[:type], data: {high_src: v[:high_src]}) %> <% end %> <% end %> <% end %>
Version data entries
93 entries across 93 versions & 1 rubygems