From e918b813a0744ef5ad2478cb080bd59c9b22df25 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 30 Jan 2025 15:50:22 -0600 Subject: [PATCH] This doesn't belong here --- app/views/workflows/index.html.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/workflows/index.html.erb b/app/views/workflows/index.html.erb index dd35872b2..7f7f2ae59 100644 --- a/app/views/workflows/index.html.erb +++ b/app/views/workflows/index.html.erb @@ -14,11 +14,6 @@ <%= image_tag "add.svg", aria: { hidden: true }, size: 24 %> Create a new workflow <% end %> - - <%= button_to session_path, method: :delete, class: "btn" do %> - <%= image_tag "logout.svg", aria: { hidden: true }, size: 24 %> - Sign out - <% end %> <% end %>