We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7984eda commit cdf5548Copy full SHA for cdf5548
1 file changed
app/views/notifications/_notification.html.erb
@@ -8,9 +8,9 @@
8
<div class="notification">
9
<div class="notification-content">
10
<div class="form-caption">
11
- <% if SiteSetting['SiteLogoPath'].present? %>
+ <% if SiteSetting['SiteLogoPath', community: notification.community].present? %>
12
<img class="notification--icon"
13
- src="<%= SiteSetting['SiteLogoPath'] %>"
+ src="<%= SiteSetting['SiteLogoPath', community: notification.community] %>"
14
alt="<% notification.community_name %> logo" />
15
<% end %>
16
<%= notification.community_name %> · <%= notification.rendered_timestamp %>
0 commit comments