<%= if(gallery.fotos.empty?)
- image_tag "no_image_128.png"
+ image_tag "no_image_128.png", {:class => "img-rounded"}
else
- image_tag gallery.fotos.sample.datei.big_thumb.url
+ image_tag gallery.fotos.sample.datei.big_thumb.url, {:class => "img-rounded"}
end %>
diff --git a/app/views/themengruppen/_themengruppe.html.erb b/app/views/themengruppen/_themengruppe.html.erb
index 11f76db..3317c92 100644
--- a/app/views/themengruppen/_themengruppe.html.erb
+++ b/app/views/themengruppen/_themengruppe.html.erb
@@ -1,7 +1,7 @@
<%= link_to themengruppe,{:class=>'themengruppe'} do %>
- <%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>
+ <%= image_tag themengruppe.picture.thumb.url,{:class=>"img-rounded"} %>
<%=themengruppe.title%>