1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Add account sync button back to self hosted instances
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Zach Gollwitzer 2025-06-09 11:35:59 -04:00
parent 9afc50a146
commit 4044a8519f

View file

@ -20,7 +20,7 @@
<% end %> <% end %>
<div class="flex items-center gap-1 ml-auto"> <div class="flex items-center gap-1 ml-auto">
<% if Rails.env.development? %> <% if Rails.env.development? || self_hosted? %>
<%= icon( <%= icon(
"refresh-cw", "refresh-cw",
as_button: true, as_button: true,