X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Ffeed%2Fshow.html.erb;h=a491835a6b4bdbcb9f5aff4798d7dc6a759d7c27;hb=0c831f9107670526c653c82f182b0b6983f49c31;hp=2a2b9b1daaaad4094886073444761803d9270618;hpb=1e6a24f1ced03fb5aad2e15d5975ded6fb5cfd34;p=feedcatcher.git diff --git a/app/views/feed/show.html.erb b/app/views/feed/show.html.erb index 2a2b9b1..a491835 100644 --- a/app/views/feed/show.html.erb +++ b/app/views/feed/show.html.erb @@ -1,5 +1,5 @@

Contents of feed <%= h params[:feed_name] %>

-

<%= link_to("List of all feeds", index_url) %>

+

<%= link_to("List of all feeds", index_path) %>

<% form_tag :action => 'update' do %>

Set feed <%= text_field_tag :feed_name, h(params[:feed_name]), :size => 20 %> @@ -8,7 +8,6 @@ <%= submit_tag 'Update' %>

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