Merged changes into stable branch
[feedcatcher.git] / app / views / feed / index.html.erb
index 1a6534bccacfe37d3203d18d5b7e1c48e3c35a88..8b2e8c18e9f98ce3a8f0436b4c1099f893730f28 100644 (file)
@@ -1,7 +1,7 @@
 <h1>Feeds available</h1>
 
 <% form_tag :action => 'update' do %>
-  <p>Set feed <%= text_field_tag :new_feed_name, '', :size => 20 %>
+  <p>Set feed <%= text_field_tag :feed_name, '', :size => 20 %>
     to include <%= text_field_tag :title, '', :size => 30 %>
     containing  <%= text_field_tag :description, '', :size => 50 %>
     <%= submit_tag 'Update' %></p>