X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Ffeed%2Findex.html.erb;h=8ffe63884981f2de648a02e2731f076405eb7033;hb=0c831f9107670526c653c82f182b0b6983f49c31;hp=1a6534bccacfe37d3203d18d5b7e1c48e3c35a88;hpb=3a164c47cd4f58ff8ee59446c73970d1b9b3fbbf;p=feedcatcher.git diff --git a/app/views/feed/index.html.erb b/app/views/feed/index.html.erb index 1a6534b..8ffe638 100644 --- a/app/views/feed/index.html.erb +++ b/app/views/feed/index.html.erb @@ -1,14 +1,15 @@

Feeds available

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

Set feed <%= text_field_tag :new_feed_name, '', :size => 20 %> +

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' %>

<% end %> + \ No newline at end of file