Sha256: e699f5f356dda01f33f99a4597a7322838f83c09af73dbcb1bbe82c6c9e0d3b4
Contents?: true
Size: 658 Bytes
Versions: 4
Compression:
Stored size: 658 Bytes
Contents
<% blob = local_assigns.has_key?(:blob) ? local_assigns[:blob] : nil %> <% if blob.present? %> <div data-media-modal-target="item" title="<%= "#{blob.filename} (#{l(blob.created_at, format: :long)})" %>"> <!-- Input --> <input id="media-item-<%= blob.id %>" type="checkbox" value="<%= blob.id %>" data-action="change->media-modal#inputChange" data-media-modal-target="idCheckbox" hidden> <!-- Label --> <label for="media-item-<%= blob.id %>"> <%= render "formstrap/shared/thumbnail", file: blob %> </label> </div> <% else %> <%= render "formstrap/shared/thumbnail", file: nil %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems