summaryrefslogtreecommitdiff
path: root/app/views/content
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/content
parente92172d3fd63241b6e96bfefb2e1b8ebc3474138 (diff)
Moved galery template and changed width of headline image thumbnail preset
Diffstat (limited to 'app/views/content')
-rw-r--r--app/views/content/gallery.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/content/gallery.html.erb b/app/views/content/gallery.html.erb
new file mode 100644
index 0000000..7511db3
--- /dev/null
+++ b/app/views/content/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