katbin/lib/ketbin_web/templates/page/edit.html.heex
Amogh Lele 106ae8398e
feat: implement custom URLs
Signed-off-by: Amogh Lele <amolele@gmail.com>
2022-05-28 10:29:47 +05:30

2 lines
122 B
Plaintext

<%= render "form.html", Map.put(assigns, :action, Routes.page_path(@conn, :update, @paste)) |> Map.put(:is_edit, true) %>