mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge pull request #510 from dimdenGD/patch-5
Fix follows' "see more" link
This commit is contained in:
commit
11ca42e6f0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<% end %>
|
||||
|
||||
<% if Site::MAX_DISPLAY_FOLLOWS < site_followings_count %>
|
||||
<a href="/site/<%= site.username %>/followers"><strong>see more <i class="fa fa-arrow-right"></i></strong></a>
|
||||
<a href="/site/<%= site.username %>/follows"><strong>see more <i class="fa fa-arrow-right"></i></strong></a>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue