mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 07:55:21 +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
13 lines
379 B
Text
13 lines
379 B
Text
<div class="flex justify-center items-center py-20">
|
|
<div class="text-center flex flex-col items-center max-w-[300px] gap-4">
|
|
<p class="text-primary mb-1 font-medium text-sm"><%= t(".message") %></p>
|
|
|
|
<%= render DS::Link.new(
|
|
text: t(".new"),
|
|
variant: "primary",
|
|
href: new_import_path,
|
|
icon: "plus",
|
|
frame: :modal
|
|
) %>
|
|
</div>
|
|
</div>
|