diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-17 14:26:17 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-17 14:26:17 +0000 |
commit | c84b94a647fb4c068e8be9d0495ff7284f41f168 (patch) | |
tree | d969c75c764436c0478234233597e38e1e29c2d5 /app/views/events/new.html.erb |
Initial
Diffstat (limited to 'app/views/events/new.html.erb')
-rw-r--r-- | app/views/events/new.html.erb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ +<h1>New event</h1> + +<%= render "form", event: @event %> + +<br> + +<div> + <%= link_to "Back to events", events_path %> +</div> |