Displaying 1 result from an estimated 1 matches for "feeditembox".
2006 Apr 30
2
Rss feed items disappear using feedtools?
...feeds/userrss/1")
view:
<div class="contentBox">
<h4><a href="<%= h @feed.link %>">
<%= @feed.title %></a></h4>
<p><%= @feed.description %></p>
<% for feed_item in @feed.items %>
<div class="feedItemBox">
<h5><a href="<%= h feed_item.link %>">
<%= feed_item.title %></a>
</h5>
<p><%= feed_item.description %></p>
</div>
<% end %>
</div>
The results show that @feed.items will be empt...