Sha256: 8a74bb0cdb21697bea9722d62c399fdde75d6b84e43bec22ef426619254e753c

Contents?: true

Size: 759 Bytes

Versions: 33

Compression:

Stored size: 759 Bytes

Contents

<div class="picture_thumbnail" name="<%= picture_to_assign.name %>" id="assignable_<%= picture_to_assign.id %>">
  <sl-tooltip content="<%= Alchemy.t(:assign_image) %>">
    <%= link_to(
      image_tag(
        picture_to_assign.thumbnail_url(size: preview_size(size)) || "alchemy/missing-image.svg",
        alt: picture_to_assign.name
      ),
      alchemy.assign_admin_picture_path(
        id: picture_to_assign.id,
        form_field_id: @form_field_id
      ),
      remote: true,
      onclick: '$(self).attr("href", "#").off("click"); return false',
      method: 'put',
      class: 'thumbnail_background'
    ) %>
  </sl-tooltip>
  <div class="picture_name" title="<%= picture_to_assign.name %>">
    <%= picture_to_assign.name %>
  </div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/pictures/_picture_to_assign.html.erb