mirror of
https://github.com/we-promise/sure.git
synced 2026-07-24 10:45:23 +00:00
feat: Move import merchant button in sub menu (#2637)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user