Sha256: 6a0fb093c920ebbeecc05d90dbb680c761c399c3783f9329917ee3ae2b25f509

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

<p id="notice"><%= notice %></p>
<h1>Post: <%= @post.id %> theme_b</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_b/views/posts/show.html.erb
themes_on_rails-0.3.1 spec/dummy/app/themes/theme_b/views/posts/show.html.erb
themes_on_rails-0.3.0 spec/dummy/app/themes/theme_b/views/posts/show.html.erb