Added Flash[:notice] to HTML pages, fixed update code, done RSS rendering properly
[feedcatcher.git] / app / views / feed / show.html.erb
index 2a2b9b1daaaad4094886073444761803d9270618..739584cda210b9f511d97ef9ef0ef7a16f195792 100644 (file)
@@ -2,7 +2,7 @@
 <p><%= link_to("List of all feeds", index_url) %></p>
 
 <% form_tag :action => 'update' do %>
-  <p>Set feed <%= text_field_tag :feed_name, h(params[:feed_name]), :size => 20 %>
+  <p>Set feed <%= text_field_tag :new_feed_name, h(params[:feed_name]), :size => 20 %>
     to include <%= text_field_tag :title, '', :size => 30 %>
     containing  <%= text_field_tag :description, '', :size => 50 %>
     <%= submit_tag 'Update' %></p>