diff --git a/app/views/layouts/shared/_htmldoc.html.erb b/app/views/layouts/shared/_htmldoc.html.erb index b36a81ce..ae44dc10 100644 --- a/app/views/layouts/shared/_htmldoc.html.erb +++ b/app/views/layouts/shared/_htmldoc.html.erb @@ -13,7 +13,7 @@
<% if Current.family&.syncing? %> - <% render "shared/notifications/loading", id: "syncing-notice", message: "Syncing accounts data..." %> + <%= render "shared/notifications/loading", id: "syncing-notice", message: "Syncing accounts data..." %> <% end %> diff --git a/app/views/shared/notifications/_loading.html.erb b/app/views/shared/notifications/_loading.html.erb index c16771c0..18eabd89 100644 --- a/app/views/shared/notifications/_loading.html.erb +++ b/app/views/shared/notifications/_loading.html.erb @@ -1,6 +1,6 @@ <%# locals: (message:, id: nil) %> -<%= tag.div id: id, class: "flex gap-3 rounded-lg bg-container-inset p-4 group w-full md:max-w-80 shadow-border-xs" do %> +<%= tag.div id: id, class: "flex gap-3 rounded-lg bg-container p-4 group w-full md:max-w-80 shadow-border-xs" do %>