mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 14:05:20 +02:00
* [claudesquad] update from 'component-namespacing' on 18 Jul 25 07:23 EDT * [claudesquad] update from 'component-namespacing' on 18 Jul 25 07:30 EDT * Update stimulus controller references to use namespace * Fix remaining tests
12 lines
412 B
Text
12 lines
412 B
Text
<div class="flex justify-center items-center h-[800px] text-sm">
|
|
<div class="text-center flex flex-col items-center max-w-[300px]">
|
|
<%= tag.p t(".no_accounts"), class: "text-primary mb-1 font-medium" %>
|
|
<%= tag.p t(".empty_message"), class: "text-secondary mb-4" %>
|
|
|
|
<%= render DS::Link.new(
|
|
text: t(".new_account"),
|
|
href: new_account_path,
|
|
frame: :modal
|
|
) %>
|
|
</div>
|
|
</div>
|