Sha256: 1fe45cfcc96a324b3759c2c78b85b8797d0900329a21552f7788afa91749722b
Contents?: true
Size: 425 Bytes
Versions: 6
Compression:
Stored size: 425 Bytes
Contents
<% images.each do |image| %> <li> <%= link_to (image_tag image.file_url(:thumb)), image.file.to_s, :rel => "group", :name => @model.display_name %> <ul class="rightboxes"> <li> <%= render 'adminpanel/icons/move_to_better', path: [:move_gallery_to_better, image] %> <%= render 'adminpanel/icons/move_to_worst', path: [:move_gallery_to_worst, image] %> </li> </ul> </li> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems