mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +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">
|
<div class="browse-page">
|
||||||
|
|
||||||
<% if @sites.length == 0 %>
|
<% if @sites.length == 0 %>
|
||||||
<div class="row website-Gallery content int-Gall">
|
<div class="row website-Gallery content int-Gall" style="padding-left: 30px;">
|
||||||
<h2>No active sites found.<br>Try another search!</h2>
|
<h2>No active sites found.</h2>
|
||||||
|
<p>Try another search, or <a href="/browse">browse all sites</a>!</p>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
<ul class="row website-Gallery content int-Gall">
|
<ul class="row website-Gallery content int-Gall">
|
||||||
|
|
Loading…
Add table
Reference in a new issue