url images
This commit is contained in:
parent
c4ffe099f1
commit
093f1c8707
@ -119,7 +119,7 @@
|
|||||||
-if gallery_images.image_file
|
-if gallery_images.image_file
|
||||||
- i = i+1
|
- i = i+1
|
||||||
|
|
||||||
%td=link_to image_tag(gallery_images.image_file.file.large.medium.small.thumb.url, :alt => "#{gallery_images.title}"), gallery_images.image_file.file.large.url, :rel => "prettyPhoto"
|
%td=link_to image_tag("http://"+HOSTNAME+gallery_images.image_file.file.large.medium.small.thumb.url, :alt => "#{gallery_images.title}"), gallery_images.image_file.file.large.url, :rel => "prettyPhoto"
|
||||||
|
|
||||||
-if i % 4 == 0
|
-if i % 4 == 0
|
||||||
=raw "</tr><tr>"
|
=raw "</tr><tr>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user