summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/nodes/edit.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index 477db81..6848dfb 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -15,15 +15,15 @@
15 <p></p> 15 <p></p>
16 <p> 16 <p>
17 <%= d.label :title %><br /> 17 <%= d.label :title %><br />
18 <%= d.text_field :title, :value => draft.title %> 18 <%= d.text_field :title %>
19 </p> 19 </p>
20 <p> 20 <p>
21 <%= d.label :abstract %><br /> 21 <%= d.label :abstract %><br />
22 <%= d.text_area :abstract, :value => draft.abstract %> 22 <%= d.text_area :abstract %>
23 </p> 23 </p>
24 <p> 24 <p>
25 <%= d.label :body %><br /> 25 <%= d.label :body %><br />
26 <%= d.text_area :body, :value => draft.body, :class => 'with_editor' %> 26 <%= d.text_area :body, :class => 'with_editor' %>
27 </p> 27 </p>
28 <% end %> 28 <% end %>
29 29