mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 18:56:06 -04:00
Move phtos to a gallery
This commit is contained in:
4
app/views/photos/_gallery.haml
Normal file
4
app/views/photos/_gallery.haml
Normal 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)
|
||||
Reference in New Issue
Block a user