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 %>