Sha256: d276f2b25222ea2de60fc7960f11fe7327d7fe32941e148ef1b811968027b09c
Contents?: true
Size: 746 Bytes
Versions: 15
Compression:
Stored size: 746 Bytes
Contents
<div class="picture_thumbnail assign_image_list_detail <%= size.blank? ? 'medium' : size %>" name="<%= picture_to_assign.name %>" id="picture_to_assign_<%= picture_to_assign.id %>"> <%= link_to( image_tag( picture_to_assign.url(size: preview_size(size), flatten: true), alt: picture_to_assign.name ), alchemy.assign_admin_essence_pictures_path( picture_id: picture_to_assign.id, content_id: @content ), remote: true, onclick: '$(self).attr("href", "#").off("click"); return false', method: 'put', title: Alchemy.t(:assign_image), class: 'thumbnail_background' ) %> <div class="picture_name" title="<%= picture_to_assign.name %>"> <%= picture_to_assign.name %> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems