summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/gallery.html.erb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-01 11:49:56 +0200
committerhukl <contact@smyck.org>2009-09-01 11:49:56 +0200
commit4aa4a0e4a44735d22ac7f8fd1b12b19699af087b (patch)
tree34c78c00617a504c7d713540fb349fd9af1d0e23 /app/views/custom/page_templates/public/gallery.html.erb
parentc95126d6b6abd6302a07fbb17cd9ad0181e048c7 (diff)
added expirimental routing for image galeries
added plain image gallery template refinements
Diffstat (limited to 'app/views/custom/page_templates/public/gallery.html.erb')
-rw-r--r--app/views/custom/page_templates/public/gallery.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/custom/page_templates/public/gallery.html.erb b/app/views/custom/page_templates/public/gallery.html.erb
new file mode 100644
index 00000000..7511db35
--- /dev/null
+++ b/app/views/custom/page_templates/public/gallery.html.erb
@@ -0,0 +1,5 @@
1<ul>
2 <% @images.each do |image| %>
3 <li><%= image_tag image.upload.url %></li>
4 <% end %>
5</ul> \ No newline at end of file