<%= 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 %>