mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-24 16:58:35 -04:00
Show all of a harvest's photos on harvest#show
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
- if @harvest.photos.size.positive?
|
||||
%section
|
||||
%h2 Photos
|
||||
= render 'photos/gallery', photos: @harvest.photos.order(date_taken: :desc).limit(3)
|
||||
= render 'photos/gallery', photos: @harvest.photos.order(date_taken: :desc)
|
||||
%section.harvest-detail
|
||||
%h2 Detail
|
||||
- if @harvest.planting.present?
|
||||
|
||||
Reference in New Issue
Block a user