mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix followers text
This commit is contained in:
parent
e183ac32f6
commit
71534eda41
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<% site_follows = site.follows %>
|
<% site_follows = site.follows %>
|
||||||
<% if (!is_current_site && !site_follows.empty?) || is_current_site %>
|
<% if (!is_current_site && !site_follows.empty?) || is_current_site %>
|
||||||
<div class="follower-list">
|
<div class="follower-list">
|
||||||
<h3><a href="/site/<%= site.username %>/followers">Sites that follow you</a></h3>
|
<h3><a href="/site/<%= site.username %>/followers">Followers</a></h3>
|
||||||
<% if site_follows.empty? %>
|
<% if site_follows.empty? %>
|
||||||
No followers yet.
|
No followers yet.
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue