summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-22 17:01:05 +0100
committerhukl <contact@smyck.org>2009-02-22 17:01:05 +0100
commit6263857038d72f4c802663ccaa38ebcda4608944 (patch)
tree985738faaf6f68a00bafcdc81e1473de7711ef23
parentc129af3e013edb9e68bdf9069bd2879590bc54fd (diff)
tags !
-rw-r--r--app/views/nodes/edit.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index 7ec3be0..e2c0965 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -20,6 +20,10 @@
20 <%= d.text_field :title %> 20 <%= d.text_field :title %>
21 </p> 21 </p>
22 <p> 22 <p>
23 <%= d.label 'Tags, comma sperated' %><br />
24 <%= text_field_tag :tag_list, draft.tag_list.join(", ") %>
25 </p>
26 <p>
23 <%= d.label :abstract %><br /> 27 <%= d.label :abstract %><br />
24 <%= d.text_area :abstract %> 28 <%= d.text_area :abstract %>
25 </p> 29 </p>