fix gallery histitem

This commit is contained in:
Andreas Stephanides
2015-02-28 15:14:02 +01:00
parent c71cef48fa
commit 97bef49aba

View File

@@ -149,7 +149,7 @@ end
<% end %>
<% @fotos_n.each do |f| %>
<div id="links">
<a href="<%= f.datei.resized.url%>" title="<%=f.title%>" data-gallery></a>
<a href="<%= f.datei.resized.url%>" title="<%=f.title%>" histItem="<%= gallery_foto_path(f.gallery, f,:params=>{plain: nil, theme: nil}) %>" data-gallery></a>
<% end %>
</div>
</div>