Fix follows' "see more" link

This commit is contained in:
dimden 2024-04-19 13:14:11 +03:00 committed by GitHub
parent f1bfe198f6
commit 905c2fbe26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
<% end %> <% end %>
<% if Site::MAX_DISPLAY_FOLLOWS < site_followings_count %> <% 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 %>
<% end %> <% end %>
</div> </div>