mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #8280 from sinansonmez/50-make-home-page-labels-clickable
Make home page labels clickable
This commit is contained in:
@@ -8,23 +8,26 @@
|
||||
.home-icon-box
|
||||
%a.search{href: "/shops"}
|
||||
.home-icon-box-bottom
|
||||
%h4
|
||||
= t :system_step1
|
||||
%a{href: "/shops"}
|
||||
%h4
|
||||
= t :system_step1
|
||||
%p.text-normal
|
||||
= t :system_step1_text
|
||||
.small-12.medium-4.columns.text-left
|
||||
.home-icon-box
|
||||
%a.shop{href: "/shops"}
|
||||
.home-icon-box-bottom
|
||||
%h4
|
||||
= t :system_step2
|
||||
%a{href: "/shops"}
|
||||
%h4
|
||||
= t :system_step2
|
||||
%p.text-normal
|
||||
= t :system_step2_text
|
||||
.small-12.medium-4.columns.text-left
|
||||
.home-icon-box
|
||||
%a.pick-up-delivery{href: "/shops"}
|
||||
.home-icon-box-bottom
|
||||
%h4
|
||||
= t :system_step3
|
||||
%a{href: "/shops"}
|
||||
%h4
|
||||
= t :system_step3
|
||||
%p.text-normal
|
||||
= t :system_step3_text
|
||||
|
||||
Reference in New Issue
Block a user