mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-15 20:40:50 -04:00
tidy up crops#index on a small screen
This commit is contained in:
@@ -29,9 +29,11 @@
|
||||
|
||||
.pagination= render 'layouts/pagination', collection: @crops
|
||||
|
||||
.row
|
||||
- @crops.each do |crop|
|
||||
.col-md-2= render 'crops/thumbnail', crop: crop
|
||||
.crops
|
||||
.row
|
||||
- @crops.each do |crop|
|
||||
.col-6.col-md-3= render 'crops/thumbnail', crop: crop
|
||||
|
||||
|
||||
.pagination= render 'layouts/pagination', collection: @crops
|
||||
|
||||
|
||||
Reference in New Issue
Block a user