Add creating and basic editing of translation
This commit is contained in:
@ -47,4 +47,12 @@ defmodule OutlookWeb.ArticleLive.NewComponents do
|
||||
<.button phx-click="approve_translation_units">Continue</.button>
|
||||
"""
|
||||
end
|
||||
|
||||
def final_form(assigns) do
|
||||
~H"""
|
||||
<div>Final Form</div>
|
||||
<!-- this should eventually become the first stage because url will be needed for processing of images -->
|
||||
<.button phx-click="save">Save</.button>
|
||||
"""
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user