pastebinner/app/views/pastes/edit.html.erb

7 lines
128 B
Text
Raw Normal View History

2022-01-27 03:41:43 +00:00
<h1>Editing Paste</h1>
<%= render 'form', paste: @paste %>
<%= link_to 'Show', @paste %> |
<%= link_to 'Back', pastes_path %>