mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 04:02:17 -04:00
20 lines
651 B
Plaintext
20 lines
651 B
Plaintext
.card
|
|
.card-body
|
|
.row
|
|
.col-md-6
|
|
%h4
|
|
Harvested by
|
|
= link_to harvest.owner, harvest.owner
|
|
= link_to "view all #{harvest.owner}'s harvests", member_harvests_path(harvest.owner)
|
|
|
|
- if harvest.planting.present?
|
|
%p
|
|
Harvested from
|
|
= link_to harvest.planting, harvest.planting
|
|
- if harvest.owner.location
|
|
%p
|
|
%small
|
|
View other harvests, members and more near
|
|
= link_to harvest.owner.location, place_path(harvest.owner.location, anchor: "harvests")
|
|
.col-md-6= render "members/avatar", member: harvest.owner
|