From 0d1bf9739acf08488d39920dd6d21275f50ade8d Mon Sep 17 00:00:00 2001 From: Thomas Blazek Date: Wed, 25 Feb 2015 12:00:53 +0100 Subject: [PATCH] fixed no image on the download-view (data-type -> type) --- app/views/galleries/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/galleries/show.html.erb b/app/views/galleries/show.html.erb index 1f4a5a0..cbf0773 100644 --- a/app/views/galleries/show.html.erb +++ b/app/views/galleries/show.html.erb @@ -89,7 +89,7 @@ <%=image_tag(f.datei.thumb.url,{:class=>"img-polaroid img-rounded"}) %>
itemprop="primaryImageOfPage"<% else %> itemprop="hasPart" <% end %> itemscope itemtype="http://schema.org/ImageObject"> - id="openpic" <% end %>> + id="openpic" <% end %>> <%= image_tag(f.datei.thumb.url,{:class=>"img-polaroid img-rounded"}) %>