diff options
| author | hukl <contact@smyck.org> | 2009-03-10 23:51:03 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-10 23:51:03 +0100 |
| commit | c9fa047402fdc009319dca7b05455e8ce73eaee7 (patch) | |
| tree | 232bcb793cb187a50ec38343f8f93a3901492c2f /app/views/events/edit.html.erb | |
| parent | d987886a9a94c6bad53ff7c7a241b85ea0b57de7 (diff) | |
remove event resource temporarily until its finalized
Diffstat (limited to 'app/views/events/edit.html.erb')
| -rw-r--r-- | app/views/events/edit.html.erb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/events/edit.html.erb b/app/views/events/edit.html.erb deleted file mode 100644 index 244f35f..0000000 --- a/app/views/events/edit.html.erb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | <h1>Editing event</h1> | ||
| 2 | |||
| 3 | <% form_for(@event) do |f| %> | ||
| 4 | <%= f.error_messages %> | ||
| 5 | |||
| 6 | <p> | ||
| 7 | <%= f.label :serialized_event %><br /> | ||
| 8 | <%= f.text_area :serialized_event %> | ||
| 9 | </p> | ||
| 10 | <p> | ||
| 11 | <%= f.submit "Update" %> | ||
| 12 | </p> | ||
| 13 | <% end %> | ||
| 14 | |||
| 15 | <%= link_to 'Show', @event %> | | ||
| 16 | <%= link_to 'Back', events_path %> | ||
