Add remarks to articles
This commit is contained in:
@ -40,6 +40,10 @@
|
||||
<a href="#" class="hide-link" phx-click={JS.remove_class("show-boundary", to: ".article")}>hide boundaries</a>
|
||||
<.render_doc tree={@article_content} />
|
||||
</div>
|
||||
<div class="my-4">
|
||||
<div>Remarks:</div>
|
||||
<%= @article.remarks |> tidy_raw %>
|
||||
</div>
|
||||
<div class="h-10" />
|
||||
|
||||
<.link class="text-sm font-semibold" navigate={~p"/translations/new?article_id=#{@article.id}"}>New Translation</.link>
|
||||
|
||||
Reference in New Issue
Block a user