Sha256: 8f548b8c6a23fbe33ea1bba1dd50b650ad08e7dd7c6c50f53c025babd7242a49

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

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

<p>
  <strong>Subject:</strong>
  <%= @example_prg.subject %>
</p>

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

<p>
  <strong>Published:</strong>
  <%= @example_prg.published %>
</p>

<%= link_to 'Edit', edit_example_prg_path(@example_prg) %> |
<%= link_to 'Back', example_prgs_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-prg-0.1.1 spec/dummy/app/views/example_prgs/show.html.erb
rails-prg-0.1.0 spec/dummy/app/views/example_prgs/show.html.erb