mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Making sure the final row has a bottom border
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
%h3 WHERE WOULD YOU LIKE TO SHOP?
|
||||
%p.secondary Select your hub from the list below
|
||||
- @groups.in_groups_of(4, false) do |row|
|
||||
.row.landing-page-row{:class => row == @groups.last ? "with-bottom-border" : ""}
|
||||
.row.landing-page-row{:class => (row.last == @groups.last ? "with-bottom-border" : "")}
|
||||
- row.each do |group|
|
||||
.large-3.columns
|
||||
.group-header
|
||||
|
||||
Reference in New Issue
Block a user