<%= d.label :title %>
<%= d.text_field :title %>
<%= d.label :abstract %>
<%= d.text_area :abstract %>
<%= d.label :body %>
<%= d.text_area :body, :class => 'with_editor' %>
<%= f.submit "Update" %>
<% end %> <%= link_to 'Show', @node %> | <%= link_to 'Back', nodes_path %>