feat: Move import merchant button in sub menu (#2637)

This commit is contained in:
Alessio Cappa
2026-07-17 07:13:40 +02:00
committed by GitHub
parent f62c805c69
commit fda33cb0df

View File

@@ -7,13 +7,13 @@
href: merge_family_merchants_path,
frame: :modal,
icon: "combine") %>
<% menu.with_item(
variant: "link",
text: t(".import"),
href: new_import_path(type: "MerchantImport"),
frame: :modal,
icon: "upload") %>
<% end %>
<%= render DS::Link.new(
text: t(".import"),
variant: "outline",
icon: "upload",
href: new_import_path(type: "MerchantImport")
) %>
<%= render DS::Link.new(
text: t(".new"),
variant: "primary",