mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +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
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
<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>
|