mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-30 11:47:57 -04:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
- cache cache_key_for(Seed) do
|
|
%h2.text-center= t('home.seeds.title')
|
|
.row
|
|
- Seed.homepage_records(9).each do |s|
|
|
.col-6.col-md-4= render 'seeds/card', seed: s
|