mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
fix: update account sidebar tab (#81)
This commit is contained in:
@@ -23,9 +23,9 @@
|
|||||||
|
|
||||||
<%= render DS::Tabs.new(active_tab: active_tab, session_key: "account_sidebar_tab", testid: "account-sidebar-tabs") do |tabs| %>
|
<%= render DS::Tabs.new(active_tab: active_tab, session_key: "account_sidebar_tab", testid: "account-sidebar-tabs") do |tabs| %>
|
||||||
<% tabs.with_nav do |nav| %>
|
<% tabs.with_nav do |nav| %>
|
||||||
|
<% nav.with_btn(id: "all", label: "All") %>
|
||||||
<% nav.with_btn(id: "asset", label: "Assets") %>
|
<% nav.with_btn(id: "asset", label: "Assets") %>
|
||||||
<% nav.with_btn(id: "liability", label: "Debts") %>
|
<% nav.with_btn(id: "liability", label: "Debts") %>
|
||||||
<% nav.with_btn(id: "all", label: "All") %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% tabs.with_panel(tab_id: "asset") do %>
|
<% tabs.with_panel(tab_id: "asset") do %>
|
||||||
|
|||||||
Reference in New Issue
Block a user