Skip to content

Commit

Permalink
Changing gallery header
Browse files Browse the repository at this point in the history
  • Loading branch information
html committed Mar 3, 2010
1 parent f198442 commit a05044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/index/_gallery.haml
Expand Up @@ -5,7 +5,7 @@
%tr
%td.left3{ :align => "left" }
%i
Использование на обьектах
Фотогалерея
- @images.each do |item|
%tr
%td{ :style => "padding:10px 10px #{item== @images.last ? '10px' : '0'} 10px;border: 1px solid #E1E1E1;border-top:none;" + (item == @images.last ? '' : "border-bottom: none;") }
Expand Down

0 comments on commit a05044e

Please sign in to comment.