From a0e7c000fddd52d22654d853fd72f82ad6f090c6 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Fri, 27 Oct 2023 04:59:08 +0000 Subject: [PATCH] Hide Add Canister button --- app/views/visitors/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index 6b123817..53b17c60 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -9,7 +9,7 @@ %p= link_to '+ New Doodad', new_doodad_path = render @doodads -#canisters +-# #canisters = render @canisters - if current_user.signed_in? = link_to '+ Add Existing Canister', new_canister_path