Sha256: 97e8c1b29970ec9f7c8353a01c3a7dde43857f08493868b426f3c228c7fc19d9

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

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

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

<p>
  <strong>Body:</strong>
  <%= @article.body %>
</p>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_lib_engine-0.0.5 app/views/ish_lib_engine/articles/show.html.erb
ish_lib_engine-0.0.3 app/views/ish_lib_engine/articles/show.html.erb
ish_lib_engine-0.0.2 app/views/ish_lib_engine/articles/show.html.erb
ish_lib_engine-0.0.1 app/views/ish_lib_engine/articles/show.html.erb