Fix user preference to show trends not working on public pages (#11740)

Fix #11738
master
Eugen Rochko 5 years ago committed by GitHub
parent 3221f998dd
commit 16c1abdb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/application/_sidebar.html.haml

@ -5,7 +5,7 @@
.hero-widget__text
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
- if Setting.trends
- if Setting.trends && !(user_signed_in? && !current_user.setting_trends)
- trends = TrendingTags.get(3)
- unless trends.empty?

Loading…
Cancel
Save