Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web templates admin new.html.eex
Raw

web/templates/admin/new.html.eex

<h2>New entry</h2>
<%= render "form.html", changeset: @changeset, model: @model, languages: @languages, action: admin_path(@conn, :create, @resource) %>
<%= link "Back", to: admin_path(@conn, :index, @resource) %>