From 67762317cbe7e1a7c0e093a6fd68b11c729f679c Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 27 Mar 2014 11:54:11 +1100 Subject: [PATCH] Removing close link --- app/views/shared/_sidebar.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/shared/_sidebar.html.haml b/app/views/shared/_sidebar.html.haml index 6b7a6b7584..aecb895674 100644 --- a/app/views/shared/_sidebar.html.haml +++ b/app/views/shared/_sidebar.html.haml @@ -1,7 +1,5 @@ %section#sidebar{ role: "complementary", "ng-controller" => "SidebarCtrl", "ng-class" => "{'active' : active()}"} - %a{href: "#"} Close - %tabset = render partial: "shared/login_sidebar" = render partial: "shared/signup_sidebar"