X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Ffeed%2Fshow.html.erb;fp=app%2Fviews%2Ffeed%2Fshow.html.erb;h=374ee872403ce14a7e8dee5dd9d8cf3f62e67839;hb=02c0b78c15c33baab16d70467a05e1a024d7d80d;hp=0000000000000000000000000000000000000000;hpb=22d4a0d0027b52071d8c4242f4bd30eec2b036bf;p=feedcatcher.git diff --git a/app/views/feed/show.html.erb b/app/views/feed/show.html.erb new file mode 100644 index 0000000..374ee87 --- /dev/null +++ b/app/views/feed/show.html.erb @@ -0,0 +1,7 @@ +

Contents of feed <%= params[:id] %>

+
+ <% for item in @feed_items %> +
<%= h item.title %>
+
<%= h item.description %>
+ <% end %> +