Sha256: b653ace4992232f3b3d259e3dd20abbbf3da66db33f75ee415d8f272703a92df
Contents?: true
Size: 384 Bytes
Versions: 2
Compression:
Stored size: 384 Bytes
Contents
<% id = "#{model.class.name}-#{relations}" %> <input type="text" id="attachmentVideoUploaderField<%= id %>"> <a id="attachmentVideoUploader<%= id %>" href="javascript://">upload</a> <ul class="loadedAttachments <%= loadedAttachments[:class] %>"> <%= render partial: partial, collection: model.send(relations), :as => :attachment, :locals => { model: nil, relation: nil } %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
media_magick-0.2.0 | app/views/_video.html.erb |
media_magick-0.1.1 | app/views/_video.html.erb |