Basic HTML display done
[feedcatcher.git] / app / views / feed / index.html.erb
diff --git a/app/views/feed/index.html.erb b/app/views/feed/index.html.erb
new file mode 100644 (file)
index 0000000..cdac0ac
--- /dev/null
@@ -0,0 +1,6 @@
+<h1>Feeds available</h1>
+<ul>
+<% for feed in @feeds %>
+  <li><%= h feed.feed_name %></li>
+<% end %>
+</ul>
\ No newline at end of file