CHANGE: Rounded corners!!!!!111!!1! :P

This commit is contained in:
HausdorffHimself
2013-09-10 03:18:23 +02:00
parent ce2ab399de
commit ab5e413813
2 changed files with 3 additions and 3 deletions

View File

@@ -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">