notebook/app/views/timeline_events/edit.html.erb
2020-06-16 02:21:39 -05:00

7 lines
173 B
Plaintext

<h1>Editing Timeline Event</h1>
<%= render 'form', timeline_event: @timeline_event %>
<%= link_to 'Show', @timeline_event %> |
<%= link_to 'Back', timeline_events_path %>