diff options
| author | hukl <contact@smyck.org> | 2009-02-19 22:40:48 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-19 22:40:48 +0100 |
| commit | 41acd8cda52d44bbb8aa12264983ca87d3d4a684 (patch) | |
| tree | a3335537e3f4a13fcb8a4a9157e5685457a151a6 /app/views | |
| parent | 111829573d1c048d4c4c4e4d98b114eba9c28196 (diff) | |
removed protected attribute fields
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/pages/edit.html.erb | 8 |
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 %> |
