summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/pages/edit.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/pages/edit.html.erb b/app/views/pages/edit.html.erb
index a4b285a..749d7e3 100644
--- a/app/views/pages/edit.html.erb
+++ b/app/views/pages/edit.html.erb
@@ -4,10 +4,6 @@
4 <%= f.error_messages %> 4 <%= f.error_messages %>
5 5
6 <p> 6 <p>
7 <%= f.label :node_id %><br />
8 <%= f.text_field :node_id %>
9 </p>
10 <p>
11 <%= f.label :title %><br /> 7 <%= f.label :title %><br />
12 <%= f.text_field :title %> 8 <%= f.text_field :title %>
13 </p> 9 </p>
@@ -20,10 +16,6 @@
20 <%= f.text_area :body %> 16 <%= f.text_area :body %>
21 </p> 17 </p>
22 <p> 18 <p>
23 <%= f.label :revision %><br />
24 <%= f.text_field :revision %>
25 </p>
26 <p>
27 <%= f.submit "Update" %> 19 <%= f.submit "Update" %>
28 </p> 20 </p>
29<% end %> 21<% end %>