This commit is contained in:
Thomas Blazek
2013-08-27 19:39:00 +02:00
parent b92be5b141
commit 8dd2252954
3 changed files with 45 additions and 56 deletions

View File

@@ -34,7 +34,7 @@
<% @gallery.fotos.each do |f| %>
<a href="<%= f.datei.resized.url%>" title="<%=f.title%>" data-gallery="gallery">
<%=image_tag(f.datei.big_thumb.url,{:class=>"img-polaroid"}) %></a>
<%=image_tag(f.datei.thumb.url,{:class=>"img-polaroid"}) %></a>
<% end %>