Sha256: 1596b5f320d31c729db91de732b1a75506341e6e4bf51920a5efff9bf5a24f68

Contents?: true

Size: 311 Bytes

Versions: 53

Compression:

Stored size: 311 Bytes

Contents

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

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

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

<p>
  <strong>User:</strong>
  <%= @article.user.name %>
</p>

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

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
adeia-0.6.1 spec/test_app/app/views/articles/show.html.erb
adeia-0.6.0 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.6 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.5 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.4 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.3 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.2 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.1 spec/test_app/app/views/articles/show.html.erb
adeia-0.5.0 spec/test_app/app/views/articles/show.html.erb
adeia-0.4.0 spec/test_app/app/views/articles/show.html.erb
adeia-0.3.0 spec/test_app/app/views/articles/show.html.erb
adeia-0.2.0 spec/test_app/app/views/articles/show.html.erb
adeia-0.1.0 test/dummy/app/views/articles/show.html.erb