mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'newdesign' of https://github.com/kyledrake/neocities-web
This commit is contained in:
commit
b7c08b139c
1 changed files with 2 additions and 21 deletions
|
@ -1,28 +1,9 @@
|
|||
<div class="content">
|
||||
|
||||
<div class="c-Row">
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Put browse code here
|
||||
|
||||
|
||||
|
||||
<% count = 0 %>
|
||||
<% @sites.each_with_index do |site,i| %>
|
||||
<% if count == 0 %>
|
||||
<div class="c-Row">
|
||||
<div class="row">
|
||||
<% end %>
|
||||
<% count += 1 %>
|
||||
|
||||
|
@ -30,7 +11,7 @@
|
|||
DERPIE PIKACHU
|
||||
</div>
|
||||
|
||||
<% if count == 4 %>
|
||||
<% if count == 4 || @sites.length == i %>
|
||||
</div>
|
||||
<% count = 0 %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue