1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +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 %>
<div class="flex items-center gap-1 ml-auto">
<% if Rails.env.development? %>
<% if Rails.env.development? || self_hosted? %>
<%= icon(
"refresh-cw",
as_button: true,