From c111e9ec5d42533c35fd166086dfcd0ba79416ca Mon Sep 17 00:00:00 2001 From: drusepth Date: Tue, 26 Oct 2021 23:34:35 -0700 Subject: [PATCH] Gravatar fix --- app/views/layouts/forum.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/forum.html.erb b/app/views/layouts/forum.html.erb index 1375a61a..2901e560 100644 --- a/app/views/layouts/forum.html.erb +++ b/app/views/layouts/forum.html.erb @@ -10,7 +10,7 @@ <%= javascript_include_tag 'thredded', async: !Rails.application.config.assets.debug, defer: true %> - <%== Gravatar.prefetch_dns %> + <%== RailsGravatar.prefetch_dns_tag %> <%= render 'layouts/sidenav' if user_signed_in? %>