diff --git a/app/views/home/infoscreen.html.erb b/app/views/home/infoscreen.html.erb index 0b291e7..db57e0d 100644 --- a/app/views/home/infoscreen.html.erb +++ b/app/views/home/infoscreen.html.erb @@ -12,13 +12,13 @@ <%= content_tag(:iframe,'', width: "100%", height: "100%", name: "targetframe", allowTransparency:"true", scrolling:"no", frameborder:"0", src: "/iframe/infoscreenframe.html") %> <%#header picture/animation %> -
+
<% i=1 %> <% @neuigkeiten.each do |n| %> -
+
-
+
<% unless n.picture_robust.big_thumb.to_s.empty? %>


<%= link_to image_tag(n.picture_robust.big_thumb),n.picture_robust.try(:url) %>

@@ -54,6 +54,35 @@
+ + + + +