mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
hacky fix to not show new followers on single event link
This commit is contained in:
parent
9fee42f99d
commit
4d7f9da286
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<script src="/js/news/event.js"></script>
|
||||
<script src="/js/news/site.js"></script>
|
||||
|
||||
<% if defined?(site) %>
|
||||
<% if defined?(site) && !params[:event_id] %>
|
||||
<% follow_events = site.newest_follows %>
|
||||
<% unless follow_events.empty? %>
|
||||
<div class="news-item follow">
|
||||
|
|
Loading…
Add table
Reference in a new issue