diff options
author | Javan Makhmali <javan@javan.us> | 2018-10-03 12:46:05 -0400 |
---|---|---|
committer | Javan Makhmali <javan@javan.us> | 2018-10-03 12:46:05 -0400 |
commit | 7a993324342d5542dcb40902eed097f7eaac3f1b (patch) | |
tree | cd40e095c25d0c8e21d3d83f54371b5b71d61131 /app/views/action_text | |
parent | 60fe928d2f536249d297e92f31d9c126d3035df5 (diff) | |
download | rails-7a993324342d5542dcb40902eed097f7eaac3f1b.tar.gz rails-7a993324342d5542dcb40902eed097f7eaac3f1b.tar.bz2 rails-7a993324342d5542dcb40902eed097f7eaac3f1b.zip |
WIP: Image gallery support
Diffstat (limited to 'app/views/action_text')
-rw-r--r-- | app/views/action_text/attachment_galleries/_attachment_gallery.html.erb | 3 |
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> |