This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/views/feeds/index.html.erb
2012-04-08 04:04:37 +02:00

6 lines
107 B
Plaintext

<ul>
<% @feeds.each do |feed| %>
<li><%= link_to feed.title, feed_path(feed) %></li>
<% end %>
</ul>