Skip to content

Commit c111e9e

Browse files
committed
Gravatar fix
1 parent 3ec0f77 commit c111e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/forum.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<%= javascript_include_tag 'thredded',
1111
async: !Rails.application.config.assets.debug,
1212
defer: true %>
13-
<%== Gravatar.prefetch_dns %>
13+
<%== RailsGravatar.prefetch_dns_tag %>
1414
</head>
1515
<body data-in-app="true" class="<%= 'has-fixed-sidenav' if user_signed_in? %> <%= 'dark' if user_signed_in? && current_user.dark_mode_enabled? %>">
1616
<%= render 'layouts/sidenav' if user_signed_in? %>

0 commit comments

Comments
 (0)