Files
openfoodnetwork/app/views/shared/menu/_alert.html.haml
Maikel Linke 85c99102dd i18n: Replacing all language strings in app/view/
Languages strings were moved to config/locale/en.yml. All views contain
according calls to t() now.
2015-08-28 16:59:23 +10:00

11 lines
339 B
Plaintext

.text-center.page-alert.fixed{ "ofn-page-alert" => true }
.alert-box
%a.alert-cta{href: "http://www.openfoodnetwork.org", target: "_blank"}
%h6
= t 'alert_selling_on_ofn'
 
%strong
= t 'alert_start_here'
%i.ofn-i_054-point-right
%a.close{ ng: { click: "close()" } } ×