From f7b300beeefa334c85cfced289a191ce770390b5 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 27 Aug 2025 13:50:17 -0500 Subject: [PATCH] Menu on account settings page --- app/views/accounts/settings/show.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/accounts/settings/show.html.erb b/app/views/accounts/settings/show.html.erb index d8c03a265..16d8457a1 100644 --- a/app/views/accounts/settings/show.html.erb +++ b/app/views/accounts/settings/show.html.erb @@ -1,14 +1,12 @@ <% @page_title = "Account Settings" %> <% content_for :header do %> -
- <%= link_to_back fallback_path: root_path %> -
+ <%= render "filters/menu", user_filtering: @user_filtering %>

<%= @page_title %>

- <%= link_to workflows_path, class: "btn flex-item-justify-end" do %> + <%= link_to workflows_path, class: "btn" do %> <%= icon_tag "bolt" %> Workflows <% end %>