Merge pull request #510 from dimdenGD/patch-5

Fix follows' "see more" link
This commit is contained in:
Kyle Drake 2024-04-19 15:58:42 -05:00 committed by GitHub
commit 11ca42e6f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>