Add remarks to articles
This commit is contained in:
@ -26,6 +26,7 @@ defmodule OutlookWeb.ArticleLive.FormComponent do
|
||||
<.input field={{f, :language}} type="select" label="language"
|
||||
options={Application.get_env(:outlook,:deepl)[:source_langs]} />
|
||||
<.input field={{f, :date}} type="datetime-local" label="date" />
|
||||
<.input field={{f, :remarks}} type="textarea" label="remarks" class="h-28" />
|
||||
<:actions>
|
||||
<.button phx-disable-with="Saving...">Save Article</.button>
|
||||
</:actions>
|
||||
|
||||
Reference in New Issue
Block a user