mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* Fix missing sync_all_button partial * Add missing translation * Bring back partial * Unify button text translation * Add test
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
<%= button_to sync_all_accounts_path, class: "btn btn--light 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 %>
|