Add account sync button back to self hosted instances

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,