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
This commit is contained in:
parent
9afc50a146
commit
4044a8519f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue