Sha256: cdfa788e0fa1b3e94dced90c294234cc1981d6b4a487df80f8de2c5909dfc564

Contents?: true

Size: 241 Bytes

Versions: 7

Compression:

Stored size: 241 Bytes

Contents

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

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

<p>
  <strong>Description:</strong>
  <%= @post.description %>
</p>

<%= link_to 'Edit', edit_post_path(@post) %> |
<%= link_to 'Back', posts_path %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
themes_on_rails-0.4.0 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.3.1 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.3.0 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.2.2 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.2.1 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.2.0 spec/dummy/app/views/posts/show.html.erb
themes_on_rails-0.1.0 spec/dummy/app/views/posts/show.html.erb