Sha256: ffb71a270243855754e980dc4e404013ae6f16f80cd458a3f0d7e37c46dd4bfe
Contents?: true
Size: 1.08 KB
Versions: 22
Compression:
Stored size: 1.08 KB
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 %>"> <% unless params[:image_assign_url].blank? %> <% action_url = params[:image_assign_url] + "?picture_id=#{picture_to_assign.id}" %> <% action_method = params[:image_assign_method] %> <% else %> <% action_url = create_or_assign_url(picture_to_assign, @options.to_json) %> <% action_method = @content.blank? ? 'post' : 'put' %> <% end %> <%= link_to( image_tag( alchemy.thumbnail_path( id: picture_to_assign, size: size, sh: picture_to_assign.security_token(size: size) ), alt: picture_to_assign.name ), action_url, remote: true, onclick: '$(self).attr("href", "#").off("click"); return false', method: action_method, title: _t(:assign_image), class: 'thumbnail_background' ) %> <div class="picture_name" title="<%= picture_to_assign.name %>"> <%= picture_to_assign.name.empty? ? " " : picture_to_assign.name %> </div> </div>
Version data entries
22 entries across 22 versions & 1 rubygems