Add remarks field to translations

This commit is contained in:
Thelonius Kort
2023-05-04 17:34:03 +02:00
parent 8a0e2f22c1
commit 888e7575f0
4 changed files with 14 additions and 2 deletions

View File

@ -32,6 +32,7 @@ defmodule OutlookWeb.TranslationLive.FormComponent do
<.input field={{f, :public}} type="checkbox" label="public" />
<.input field={{f, :unauthorized}} type="checkbox" label="unauthorized" />
</div>
<.input field={{f, :remarks}} type="textarea" label="remarks" class="h-28" />
<input type="hidden" id="continue_edit" name="continue_edit" value="false" />
<input type="hidden" id="publish" name="publish" value="false" />
<:actions>