Sha256: 0087345c7d0b3b480dbd0f82247940afb8c5bc9b46c4250f5847e8dd2918b6be
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
<td style="margin-top: 3px; border-bottom: 2px solid #E1E1E1; width: 600px;font-weight: bold; color: #737373; font-size: 14px; padding: 7px 20px; vertical-align: middle;"> <% if file.send(tab.uploader).to_s =~ /(jpg|jpeg|png|gif)$/i %> <% url = file.send(tab.uploader).normalized.blank? ? file.send(tab.uploader).url : file.send(tab.uploader).normalized.url %> <%= link_to image_tag(url, :style=>"width:300px; height 160px;"), url %> <% else %> <%= link_to file.send(tab.uploader).url, file.send(tab.uploader).url %> <% end %> </td> <td style="margin-top: 3px; border-bottom: 2px solid #E1E1E1; width: 55px;text-align: center; font-size: 14px; padding: 7px 20px; vertical-align: middle;"> <%= link_to image_tag("lolita/file-upload/edit.png"),send(:"edit_lolita_#{tab.dbi.klass.model_name.singular}_upload_path", "#{tab.dbi.klass.model_name.singular}_id" => (resource.nil? || resource.new_record?) ? 0 : resource.id, :association => tab.association.name, :id=>file.id),:remote=>true %> <%= link_to image_tag("lolita/file-upload/delete-picture.png"),send(:"lolita_#{tab.dbi.klass.model_name.singular}_upload_path", "#{tab.dbi.klass.model_name.singular}_id" => (resource.nil? || resource.new_record?) ? 0 : resource.id, :association => tab.association.name, :id=>file.id),:method=>:delete,:remote=>true,:confirm=>"Are you sure?" %> </td>
Version data entries
3 entries across 3 versions & 1 rubygems