projects
/
feedcatcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd80c1
)
fixed bug in index form
author
Neil Smith
<neil.git@njae.me.uk>
Wed, 22 Jul 2009 13:23:40 +0000
(13:23 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Wed, 22 Jul 2009 13:23:40 +0000
(13:23 +0000)
app/views/feed/index.html.erb
patch
|
blob
|
history
diff --git
a/app/views/feed/index.html.erb
b/app/views/feed/index.html.erb
index b9e082a693c98b95455e7b2181f66d357432e798..d72a9bee5f48e95577f94373b2b541a5b587fa5b 100644
(file)
--- a/
app/views/feed/index.html.erb
+++ b/
app/views/feed/index.html.erb
@@
-1,7
+1,7
@@
<h1>Feeds available</h1>
<% form_tag :action => 'update' do %>
- <p>Set feed <%= text_field_tag :feed_name, '', :size => 20 %>
+ <p>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' %></p>