2021-12-16 14:32:47 -08:00
|
|
|
<%= turbo_stream_from @article %>
|
|
|
|
|
|
2021-09-26 15:22:36 -07:00
|
|
|
<p id="notice"><%= notice %></p>
|
|
|
|
|
|
|
|
|
|
<%= render @article %>
|
2021-12-16 14:33:08 -08:00
|
|
|
<%= render "articles/comments", article: @article %>
|
2021-09-26 15:22:36 -07:00
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<%= link_to "Edit this article", edit_article_path(@article) %> |
|
|
|
|
|
<%= link_to "Back to articles", articles_path %>
|
|
|
|
|
|
|
|
|
|
<%= button_to "Destroy this article", article_path(@article), method: :delete %>
|
|
|
|
|
</div>
|