Packages

A web application in pursuit of meaning in life.

Retired package: Complete rewrite, scratch old versions

Current section

Files

Jump to
udia lib udia web templates post edit.html.eex
Raw

lib/udia/web/templates/post/edit.html.eex

<h2>Edit post</h2>
<%= render "form.html", changeset: @changeset, categories: @categories,
action: post_path(@conn, :update, @post) %>
<%= link "Back", to: post_path(@conn, :index) %>