mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
few fixes for home screen
This commit is contained in:
parent
64914a7ebe
commit
581398f826
1 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,13 @@
|
||||||
<div class="col col-66">
|
<div class="col col-66">
|
||||||
<h3>Your Feed</h3>
|
<h3>Your Feed</h3>
|
||||||
<div class="feed-filter">
|
<div class="feed-filter">
|
||||||
|
<% if current_site.followings_dataset.count > 0 %>
|
||||||
<a href="/" <% if params[:activity] != 'mine' %>class="selected"<% end %>>All Activity</a>
|
<a href="/" <% if params[:activity] != 'mine' %>class="selected"<% end %>>All Activity</a>
|
||||||
|
|
||||||
<a href="/?activity=mine" <% if params[:activity] == 'mine' %>class="selected"<% end %>>
|
<a href="/?activity=mine" <% if params[:activity] == 'mine' %>class="selected"<% end %>>
|
||||||
Activity on your profile
|
Activity on your profile
|
||||||
</a>
|
</a>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-32">
|
<div class="col col-32">
|
||||||
|
@ -71,7 +73,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href=""><img src="<%= site.screenshot_url('index.html', '348x205') %>" style="width:340px" class="large-portrait"></a>
|
<a href="//<%= site.host %>"><img src="<%= site.screenshot_url('index.html', '348x205') %>" style="width:340px" class="large-portrait"></a>
|
||||||
|
|
||||||
<div style="margin-top: 20px; margin-bottom: 20px" class="txt-Center">
|
<div style="margin-top: 20px; margin-bottom: 20px" class="txt-Center">
|
||||||
<a href="/site/<%= site.username %>" class="btn-Action">View Site Profile</a>
|
<a href="/site/<%= site.username %>" class="btn-Action">View Site Profile</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue