6 lines
188 B
Elixir
6 lines
188 B
Elixir
|
<h1>Edit Paste</h1>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, Routes.paste_path(@conn, :update, @paste)) %>
|
||
|
|
||
|
<span><%= link "Back", to: Routes.paste_path(@conn, :index) %></span>
|