Add models and migrations
This commit is contained in:
parent
182523d36d
commit
9e542bc790
33 changed files with 597 additions and 125 deletions
13
lib/nulla_web/controllers/note_html.ex
Normal file
13
lib/nulla_web/controllers/note_html.ex
Normal file
|
@ -0,0 +1,13 @@
|
|||
defmodule NullaWeb.NoteHTML do
|
||||
use NullaWeb, :html
|
||||
|
||||
embed_templates "note_html/*"
|
||||
|
||||
@doc """
|
||||
Renders a note form.
|
||||
"""
|
||||
attr :changeset, Ecto.Changeset, required: true
|
||||
attr :action, :string, required: true
|
||||
|
||||
def note_form(assigns)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue