mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 15:24:48 +00:00
5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
<%= button_to sync_all_accounts_path, class: "btn btn--outline flex items-center gap-2", title: "Sync All" do %>
|
|
<%= lucide_icon "refresh-cw", class: "w-5 h-5" %>
|
|
<span><%= t("accounts.sync_all.button_text") %></span>
|
|
<% end %>
|