mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Clearer follower desc
This commit is contained in:
parent
2864514933
commit
69a0b90930
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<% site_followings = site.followings %>
|
||||
<% if (!is_current_site && !site_followings.empty?) || is_current_site %>
|
||||
<div class="following-list">
|
||||
<h3><a href="/site/<%= site.username %>/follows"><%= is_current_site ? 'You follow' : 'This site follows' %></a></h3>
|
||||
<h3><a href="/site/<%= site.username %>/follows"><%= is_current_site ? 'Sites you follow' : 'This site follows' %></a></h3>
|
||||
<% if site_followings.empty? %>
|
||||
<p>You are not following any sites yet. Add some by <a href="/browse">browsing sites</a> or looking at your tags.
|
||||
<% else %>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<% site_follows = site.follows %>
|
||||
<% if (!is_current_site && !site_follows.empty?) || is_current_site %>
|
||||
<div class="follower-list">
|
||||
<h3><a href="/site/<%= site.username %>/followers">Followers</a></h3>
|
||||
<h3><a href="/site/<%= site.username %>/followers">Sites that follow you</a></h3>
|
||||
<% if site_follows.empty? %>
|
||||
No followers yet.
|
||||
<% else %>
|
||||
|
|
Loading…
Add table
Reference in a new issue