% images.each do |image| %>
<%= link_to (image_tag image.file_url(:thumb)), image.file.to_s, :rel => "group", :name => @model.display_name %>
-
<%= render 'adminpanel/icons/move_to_better', path: [:move_gallery_to_better, image] %>
<%= render 'adminpanel/icons/move_to_worst', path: [:move_gallery_to_worst, image] %>
<% end %>