Skip to content

Commit 5ff6916

Browse files
committed
Disable cached branding area until cached images problem is resolved
1 parent 244608e commit 5ff6916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<%= cache ['header_branding', host_community.cache_key_with_version] do %>
2+
<%# cache ['header_branding', host_community.cache_key_with_version] do %>
33
<!-- Branding Element -->
44
<%= link_to base_path_with_locale, class: 'navbar-brand' do %>
55
<% if host_community.logo.attached? %>
@@ -8,4 +8,4 @@
88
<%= host_community.name %>
99
<% end %>
1010
<% end %>
11-
<% end %>
11+
<%# end %>

0 commit comments

Comments
 (0)