Add creating and basic editing of translation
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
<.link navigate={~p"/articles/#{article}"}>Show</.link>
|
||||
</div>
|
||||
<.link patch={~p"/articles/#{article}/edit"}>Edit</.link>
|
||||
<.link navigate={~p"/translations/new?article_id=#{article}"}>New Translation</.link>
|
||||
</:action>
|
||||
<:action :let={article}>
|
||||
<.link phx-click={JS.push("delete", value: %{id: article.id})} data-confirm="Are you sure?">
|
||||
|
||||
Reference in New Issue
Block a user