CHANGE: Rounded corners!!!!!111!!1! :P
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<div class="media gallery-block">
|
||||
<div class="pull-left" href="#">
|
||||
<%= 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 %>
|
||||
</div>
|
||||
<div class="media-body">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<%= link_to themengruppe,{:class=>'themengruppe'} do %>
|
||||
<div class="row-fluid">
|
||||
<div class="span2">
|
||||
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>
|
||||
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-rounded"} %>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<h3><%=themengruppe.title%> </h3>
|
||||
|
||||
Reference in New Issue
Block a user