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

Version Path
alchemy_cms-5.0.10 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.8 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.7 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.6 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.5 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.3 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.2 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.1 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.0 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.0.rc2 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.0.rc1 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.0.beta2 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-5.0.0.beta1 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb