mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-30 02:29:39 +02:00
4 lines
250 B
Text
4 lines
250 B
Text
|
<%= button_to sync_all_accounts_path, method: :post, class: "rounded-lg bg-gray-900 text-white flex items-center gap-1 justify-center hover:bg-gray-700 px-3 py-2", title: "Sync All" do %>
|
||
|
<%= lucide_icon "refresh-cw", class: "w-5 h-5" %>
|
||
|
<% end %>
|