mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-01 20:57:21 -04:00
* Add alt tags * Update app/views/members/_tiny.haml * Update app/views/home/_plantings.html.haml * Use crop_name as this is a searchkick record
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
.card
|
|
= link_to garden do
|
|
= image_tag garden_image_path(garden), class: 'img-card', alt: "Image of #{garden.name}"
|
|
.card-body.text-center
|
|
%h4.card-title= garden.name |