Sha256: 7aa1bf031ff1a0f3782489438bc22b2c3805faefcec588232aaae1537fcda4b0

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Title:</strong>
  <%= @article.title %>
</p>

<p>
  <strong>Text:</strong>
  <%= @article.text %>
</p>
<%= render @article.comments %>
<%= render "blorgh/comments/form" %>

<%= link_to 'Edit', edit_article_path(@article) %> |
<%= link_to 'Back', articles_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arlblorgh-0.0.1 app/views/blorgh/articles/show.html.erb