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