aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2018-10-03 12:46:05 -0400
committerJavan Makhmali <javan@javan.us>2018-10-03 12:46:05 -0400
commit7a993324342d5542dcb40902eed097f7eaac3f1b (patch)
treecd40e095c25d0c8e21d3d83f54371b5b71d61131 /app
parent60fe928d2f536249d297e92f31d9c126d3035df5 (diff)
downloadrails-7a993324342d5542dcb40902eed097f7eaac3f1b.tar.gz
rails-7a993324342d5542dcb40902eed097f7eaac3f1b.tar.bz2
rails-7a993324342d5542dcb40902eed097f7eaac3f1b.zip
WIP: Image gallery support
Diffstat (limited to 'app')
-rw-r--r--app/views/action_text/attachment_galleries/_attachment_gallery.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb b/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb
new file mode 100644
index 0000000000..6bc8674dc5
--- /dev/null
+++ b/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb
@@ -0,0 +1,3 @@
+<div class="attachment-gallery attachment-gallery--<%= attachment_gallery.size %>">
+ <%= yield %>
+</div>