diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
| commit | 9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch) | |
| tree | 8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /app/views/events/new.html.erb | |
| parent | 85a01e35274b8d4d4165a7b26bd7986e211246bb (diff) | |
| parent | 1853082fcd8c067390c246f9daa01a9b47387497 (diff) | |
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'app/views/events/new.html.erb')
| -rw-r--r-- | app/views/events/new.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/events/new.html.erb b/app/views/events/new.html.erb index 8c9812e..cd892c5 100644 --- a/app/views/events/new.html.erb +++ b/app/views/events/new.html.erb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <h1>New event</h1> | 1 | <h1>New event</h1> |
| 2 | 2 | ||
| 3 | <% form_for(@event) do |f| %> | 3 | <%= form_for(@event) do |f| %> |
| 4 | <%= f.error_messages %> | 4 | <%= form_error_messages(f) %> |
| 5 | 5 | ||
| 6 | <p> | 6 | <p> |
| 7 | <%= f.label :start_time %><br /> | 7 | <%= f.label :start_time %><br /> |
| @@ -43,4 +43,4 @@ | |||
| 43 | </p> | 43 | </p> |
| 44 | <% end %> | 44 | <% end %> |
| 45 | 45 | ||
| 46 | <%= link_to 'Back', events_path %> \ No newline at end of file | 46 | <%= link_to 'Back', events_path %> |
