Move phtos to a gallery

This commit is contained in:
Brenda Wallace
2019-03-29 15:48:57 +13:00
parent 43bb606a2b
commit 4d95130216

View File

@@ -0,0 +1,4 @@
.col-md-12
%h2 Photos
- @photos.each do |photo|
.col-md-6.col-xs-12= render('photos/thumbnail', photo: photo)