From 4044a8519fba5bdbe696543626019121eab6a8cc Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Mon, 9 Jun 2025 11:35:59 -0400 Subject: [PATCH] Add account sync button back to self hosted instances --- app/views/accounts/show/_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/show/_header.html.erb b/app/views/accounts/show/_header.html.erb index b64408ce..35dcc2ed 100644 --- a/app/views/accounts/show/_header.html.erb +++ b/app/views/accounts/show/_header.html.erb @@ -20,7 +20,7 @@ <% end %>
- <% if Rails.env.development? %> + <% if Rails.env.development? || self_hosted? %> <%= icon( "refresh-cw", as_button: true,