From f4e0baa56acd2ea3e050c69f4c71a238cfb02ce4 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 10 Jun 2015 19:03:40 +1000 Subject: [PATCH] Basic click-to-close for sell-food alert --- app/views/shared/menu/_alert.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/menu/_alert.html.haml b/app/views/shared/menu/_alert.html.haml index 7c3aa899e0..8978a0b06c 100644 --- a/app/views/shared/menu/_alert.html.haml +++ b/app/views/shared/menu/_alert.html.haml @@ -1,8 +1,8 @@ -.text-center.home-alert +.text-center.home-alert{ "ofn-inline-alert" => true, ng: { show: "visible" } } .alert-box %a.alert-cta{href: "http://www.openfoodnetwork.org", target: "_blank"} %h6 Interested in selling food on the Open Food Network?   %strong Start here %i.ofn-i_054-point-right - %a.close{href: "#{}"} × \ No newline at end of file + %a.close{ ng: { click: "close()" } } ×