Feeds available

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

Set feed <%= text_field_tag :new_feed_name, '', :size => 20 %> to include <%= text_field_tag :title, '', :size => 30 %> containing <%= text_field_tag :description, '', :size => 50 %> <%= submit_tag 'Update' %>

<% end %>