Sha256: 700b5df4a7dadbca24629e31bdaf401c09f826e81c43f413bdc8e268439fb941

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

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

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

<p>
  <strong>Content:</strong>
  <%= @article.content %>
</p>

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rails_sandbox_server-0.0.3 test/dummy/app/views/articles/show.html.erb
rails_sandbox_server-0.0.2 test/dummy/app/views/articles/show.html.erb
blob-0.0.1 app/views/blob/articles/show.html.erb