ynd-devops-exercise/blog/app/views/articles/show.html.erb

11 lines
155 B
Plaintext

<p>
<strong>Title:</strong>
<%= @article.title %>
</p>
<p>
<strong>Text:</strong>
<%= @article.text %>
</p>
<%= link_to 'Back', articles_path %>