Files
phoenix-ausblick/lib/outlook_web/live/article_live/new.html.heex
2022-12-27 23:23:16 +01:00

10 lines
410 B
Plaintext

<.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>