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

Fix 
remotes/1700548219064219628/tmp_refs/heads/signup-info-prompt
Eugen Rochko 2019-09-03 04:57:07 +02:00 committed by GitHub
parent 3221f998dd
commit 16c1abdb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
app/views/application

View File

@ -5,7 +5,7 @@
.hero-widget__text .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) %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) - trends = TrendingTags.get(3)
- unless trends.empty? - unless trends.empty?