mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Gravatar fix
This commit is contained in:
parent
3ec0f77fad
commit
c111e9ec5d
@ -10,7 +10,7 @@
|
||||
<%= javascript_include_tag 'thredded',
|
||||
async: !Rails.application.config.assets.debug,
|
||||
defer: true %>
|
||||
<%== Gravatar.prefetch_dns %>
|
||||
<%== RailsGravatar.prefetch_dns_tag %>
|
||||
</head>
|
||||
<body data-in-app="true" class="<%= 'has-fixed-sidenav' if user_signed_in? %> <%= 'dark' if user_signed_in? && current_user.dark_mode_enabled? %>">
|
||||
<%= render 'layouts/sidenav' if user_signed_in? %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user