mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Improvements to "no sites found" on browse page
This commit is contained in:
parent
95278eacb4
commit
7caba79217
1 changed files with 3 additions and 2 deletions
|
@ -56,8 +56,9 @@
|
|||
<div class="browse-page">
|
||||
|
||||
<% if @sites.length == 0 %>
|
||||
<div class="row website-Gallery content int-Gall">
|
||||
<h2>No active sites found.<br>Try another search!</h2>
|
||||
<div class="row website-Gallery content int-Gall" style="padding-left: 30px;">
|
||||
<h2>No active sites found.</h2>
|
||||
<p>Try another search, or <a href="/browse">browse all sites</a>!</p>
|
||||
</div>
|
||||
<% else %>
|
||||
<ul class="row website-Gallery content int-Gall">
|
||||
|
|
Loading…
Add table
Reference in a new issue