1
0
Fork 0
forked from wezm/wezm.net

Remove redundant list tag

This commit is contained in:
Wesley Moore 2010-03-16 17:32:22 +11:00
parent b42b1e4d34
commit 5d0a0fed92
3 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,3 @@
<ul class="articles">
<% sorted_articles[0..9].each do |article| %>
<%= render '_article', :article => article %>
<% end %>
</ul>

View file

@ -1,3 +1 @@
<ul class="articles">
<li>Loading&hellip;</li>
</ul>
<li>Loading&hellip;</li>

View file

@ -1,3 +1 @@
<ul class="articles">
<li>Loading&hellip;</li>
</ul>
<li>Loading&hellip;</li>