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

6 lines
128 B
Text

<h1>Editing Paste</h1>
<%= render 'form', paste: @paste %>
<%= link_to 'Show', @paste %> |
<%= link_to 'Back', pastes_path %>