From 9de1a130197b6592dbbb3e2d30baeccbcbe173de Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 7 Dec 2013 23:22:37 -0600 Subject: [PATCH] only show signup card when signed out --- app/views/layouts/_sidebar.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb index eb316d58..ac43e9a2 100644 --- a/app/views/layouts/_sidebar.html.erb +++ b/app/views/layouts/_sidebar.html.erb @@ -1,3 +1,6 @@ +<% if session[:user] %> + +<% else %>

Get started instantly

@@ -29,4 +32,4 @@
- +<% end %>