Sha256: 0a75d88cdf7b1a2a7b22de3a4bdd0bdd149cb4a41f24e607d5ea9ee3a7e2d07b
Contents?: true
Size: 1.06 KB
Versions: 11
Compression:
Stored size: 1.06 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")', 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
11 entries across 11 versions & 1 rubygems