mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
9 lines
332 B
Text
9 lines
332 B
Text
<%# locals: (account:, key:, is_selected:) %>
|
|
|
|
<%= link_to key.titleize,
|
|
account_path(account, tab: key),
|
|
data: { turbo: false },
|
|
class: [
|
|
"px-2 py-1.5 rounded-md border border-transparent",
|
|
"bg-container shadow-xs border-alpha-black-50": is_selected
|
|
] %>
|