From c84b94a647fb4c068e8be9d0495ff7284f41f168 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 17 Dec 2023 14:26:17 +0000 Subject: Initial --- app/views/events/new.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/events/new.html.erb (limited to 'app/views/events/new.html.erb') diff --git a/app/views/events/new.html.erb b/app/views/events/new.html.erb new file mode 100644 index 0000000..efe61e5 --- /dev/null +++ b/app/views/events/new.html.erb @@ -0,0 +1,9 @@ +

New event

+ +<%= render "form", event: @event %> + +
+ +
+ <%= link_to "Back to events", events_path %> +
-- cgit v1.2.3