2024-05-17 09:09:32 -04:00
|
|
|
<div class="flex justify-center items-center py-20">
|
2024-10-01 10:47:59 -04:00
|
|
|
<div class="text-center flex flex-col items-center max-w-[300px] gap-4">
|
2024-05-17 09:09:32 -04:00
|
|
|
<p class="text-gray-900 mb-1 font-medium text-sm"><%= t(".message") %></p>
|
2024-10-01 10:47:59 -04:00
|
|
|
<%= link_to new_import_path(enable_type_selector: true), class: "btn btn--primary flex items-center gap-2", data: { turbo_frame: "modal" } do %>
|
2024-05-17 09:09:32 -04:00
|
|
|
<%= lucide_icon("plus", class: "w-5 h-5") %>
|
|
|
|
<span><%= t(".new") %></span>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|