mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 23:04:49 +00: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
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
<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>
|