aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/events/edit.html.erb
blob: e398927b14dadd9e25e9bbca9cdc7ce4c5cacdc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>Editing event</h1>

<%= render "form", event: @event %>

<br>

<div>
  <%= link_to "Show this event", @event %> |
  <%= link_to "Back to events", events_path %>
</div>