mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
suggested sites uses surf mode
This commit is contained in:
parent
4983a9b24e
commit
ce3b111678
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@
|
|||
<ul class="row website-Gallery content int-Gall suggestions">
|
||||
<% @suggestions.each do |suggested_site| %>
|
||||
<li>
|
||||
<a href="//<%= suggested_site.host %>" class="neo-Screen-Shot" target="_blank" title="<%= suggested_site.title %>">
|
||||
<a href="/surf/<%= suggested_site.username %>" class="neo-Screen-Shot" title="<%= suggested_site.title %>">
|
||||
<span class="img-Holder" style="background:url(<%= suggested_site.screenshot_url('index.html', '540x405') %>) no-repeat;">
|
||||
<img src="/img/placeholder.png" alt="<%= suggested_site.title %>" />
|
||||
</span>
|
||||
</a>
|
||||
<div class="title">
|
||||
<a href="//<%= suggested_site.host %>" title="<%= suggested_site.title %>"><%= suggested_site.title.shorten(30) %></a>
|
||||
<a href="/surf/<%= suggested_site.username %>" title="<%= suggested_site.title %>"><%= suggested_site.title.shorten(30) %></a>
|
||||
</div>
|
||||
<div class="site-info">
|
||||
<div class="username">
|
||||
|
|
Loading…
Add table
Reference in a new issue