mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Remove redundant list tag
This commit is contained in:
parent
b42b1e4d34
commit
5d0a0fed92
3 changed files with 2 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
<ul class="articles">
|
||||
<% sorted_articles[0..9].each do |article| %>
|
||||
<%= render '_article', :article => article %>
|
||||
<% end %>
|
||||
</ul>
|
|
@ -1,3 +1 @@
|
|||
<ul class="articles">
|
||||
<li>Loading…</li>
|
||||
</ul>
|
||||
<li>Loading…</li>
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
<ul class="articles">
|
||||
<li>Loading…</li>
|
||||
</ul>
|
||||
<li>Loading…</li>
|
||||
|
|
Loading…
Reference in a new issue