mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix for global activity
This commit is contained in:
parent
10a6e1634f
commit
2bd0d8d35b
1 changed files with 14 additions and 12 deletions
|
@ -10,6 +10,7 @@
|
|||
<script src="/js/news/event.js"></script>
|
||||
<script src="/js/news/site.js"></script>
|
||||
|
||||
<% if defined?(site) %>
|
||||
<% follow_events = site.newest_follows %>
|
||||
<% unless follow_events.empty? %>
|
||||
<div class="news-item follow">
|
||||
|
@ -26,6 +27,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% events.each do |event| %>
|
||||
<% if event.profile_comment_id %>
|
||||
|
|
Loading…
Add table
Reference in a new issue