summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-05-08 09:47:05 +0200
committerhukl <contact@smyck.org>2009-05-08 09:47:05 +0200
commit21cc40557f7b8d72f468b72c50104fc4f11438e8 (patch)
treec237210d8ad8b873288e201343a3594fae81111e /app
parent6856613c1bebf778a843eaeb4527870c5f1f72e6 (diff)
removed the render :partial call as it no longer exists
Diffstat (limited to 'app')
-rw-r--r--app/views/nodes/edit.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index fe4934f..e957b5d 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -5,8 +5,6 @@
5 <%= link_to 'Revisions', revision_path(params[:id]) %> 5 <%= link_to 'Revisions', revision_path(params[:id]) %>
6<% end %> 6<% end %>
7 7
8<%= render :partial => 'autosave' %>
9
10<div id="page_editor"> 8<div id="page_editor">
11<% form_for(@node) do |f| %> 9<% form_for(@node) do |f| %>
12 <%= f.error_messages %> 10 <%= f.error_messages %>