forked from bofh/fetsite
fix gallery histitem
This commit is contained in:
@@ -149,7 +149,7 @@ end
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% @fotos_n.each do |f| %>
|
<% @fotos_n.each do |f| %>
|
||||||
<div id="links">
|
<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 %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user