Sha256: c265cb393a8e0cd631971394c90c71a852500072ca168330272807caea710e29

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

<p id="notice"><%= notice %></p>
<h1>Post: <%= @post.id %> theme_a</h1>

<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

3 entries across 3 versions & 1 rubygems

Version Path
themes_on_rails-0.4.0 spec/dummy/app/themes/theme_a/views/posts/show.html.erb
themes_on_rails-0.3.1 spec/dummy/app/themes/theme_a/views/posts/show.html.erb
themes_on_rails-0.3.0 spec/dummy/app/themes/theme_a/views/posts/show.html.erb