<%= notice %>
<%= @article.user.name %>
<%= @article.body %>
<%= link_to 'Edit', edit_article_path(@article) %> | <%= link_to 'Destroy', @article, method: :delete, data: { confirm: 'Are you sure?' } %> <%= link_to 'Back', articles_path %><%= comment.user.name %> | <%= comment.body %> | <%= link_to 'Destroy', comment, method: :delete, data: { confirm: 'Are you sure?' } %> |