Sha256: 0504647ccc1b0907822bb98c2338e0c1bb81429c507490a4b9f0cd3ff5c6a092
Contents?: true
Size: 501 Bytes
Versions: 4
Compression:
Stored size: 501 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> <%= link_to content_tag(:i, nil, :class => "icon-chevron-up"), [:move_to_better, image], :method => :put, :remote => true %> <%= link_to content_tag(:i, nil, :class => "icon-chevron-down"), [:move_to_worst, image], :method => :put, :remote => true %> </li> </ul> </li> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems