README.markdown in ruby_gallery-0.1.7 vs README.markdown in ruby_gallery-0.1.8
- old
+ new
@@ -25,5 +25,9 @@
<%= show_gallery_images :users %> (note: model is plural)
## You can reorder images in box (default you can reorderable)
You can set it to false
<%= show_gallery_images :users, {reorder: false} %>
+
+## You can disable ``close link``
+
+ <%= show_gallery_images :users, {reorder: false , close: false }
\ No newline at end of file