Menu on account settings page

This commit is contained in:
Andy Smith
2025-08-27 13:50:17 -05:00
parent bb04512b0c
commit f7b300beee
+2 -4
View File
@@ -1,14 +1,12 @@
<% @page_title = "Account Settings" %>
<% content_for :header do %>
<div class="header__actions header__actions--start">
<%= link_to_back fallback_path: root_path %>
</div>
<%= render "filters/menu", user_filtering: @user_filtering %>
<h1 class="header__title"><%= @page_title %></h1>
<div class="header__actions header__actions--end">
<%= link_to workflows_path, class: "btn flex-item-justify-end" do %>
<%= link_to workflows_path, class: "btn" do %>
<%= icon_tag "bolt" %>
<span class="for-screen-reader">Workflows</span>
<% end %>