summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>