katbin/lib/ketbin_web/templates/paste/edit.html.eex

6 lines
188 B
Elixir
Raw Normal View History

<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>