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
2013-01-09 21:27:19 +01:00

13 lines
214 B
Plaintext

<header>
<%= render :partial => "add" %>
<%= link_to "Import a list of feeds", import_feeds_path %>
</header>
<aside>
<%= render :partial => "navigation" %>
</aside>
<section id="feed_content">
</section>