mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-30 11:47:57 -04:00
14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
- cache 'footer', expires: 1.week do
|
|
.container-fluid.text-center.text-md-left
|
|
.row
|
|
.col-md-4#footer1
|
|
!= cms_snippet_content(:footer1)
|
|
.col-md-4#footer2
|
|
!= cms_snippet_content(:footer2)
|
|
.col-md-4#footer3
|
|
.badge.badge-success= link_to 'API', '/api-docs'
|
|
!= cms_snippet_content(:footer3)
|
|
%div{ style: "float: right;" }
|
|
= link_to "https://opendefinition.org/ossd/" do
|
|
= image_tag 'open_service.png', alt: "Open Service"
|