diff options
Diffstat (limited to 'app/views/content')
| -rw-r--r-- | app/views/content/gallery.html.erb | 5 |
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 | ||
