c84b94a
1 2 3 4 5 6 7 8 9
<h1>New event</h1> <%= render "form", event: @event %> <br> <div> <%= link_to "Back to events", events_path %> </div>