summaryrefslogtreecommitdiff
path: root/app/views/custom
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-12 13:09:10 +0200
committerhukl <contact@smyck.org>2009-09-12 13:09:10 +0200
commitfe551453149f302eabd3e484d7ef69413c596656 (patch)
treeee4ebc1402b377fed737869a7a658e80edc5416c /app/views/custom
parente92172d3fd63241b6e96bfefb2e1b8ebc3474138 (diff)
Moved galery template and changed width of headline image thumbnail preset
Diffstat (limited to 'app/views/custom')
-rw-r--r--app/views/custom/page_templates/public/gallery.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/custom/page_templates/public/gallery.html.erb b/app/views/custom/page_templates/public/gallery.html.erb
deleted file mode 100644
index 7511db3..0000000
--- a/app/views/custom/page_templates/public/gallery.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
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