Add first step of creating an Article
This commit is contained in:
9
lib/outlook_web/live/article_live/new.html.heex
Normal file
9
lib/outlook_web/live/article_live/new.html.heex
Normal file
@ -0,0 +1,9 @@
|
||||
<.header>
|
||||
New article for <%= @author.name %>
|
||||
</.header>
|
||||
|
||||
<.import_raw_html :if={@step == :import_raw_html} changeset={@changeset}></.import_raw_html>
|
||||
<.review_raw_internaltree :if={@step == :review_raw_internaltree}></.review_raw_internaltree>
|
||||
<.review_translation_units :if={@step == :review_translation_units}></.review_translation_units>
|
||||
|
||||
<.back navigate={~p"/authors/#{@author}"}>Back to author</.back>
|
||||
Reference in New Issue
Block a user