Sha256: d1dc870212a36582e3da8b70ac94164b1b875c99a409ee99956f2b2b9a3e59f6

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

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

<p>
  <strong>Content:</strong>
  <%= @post.content %>
</p>

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

<p>
  <strong>Active:</strong>
  <%= @post.active %>
</p>

<p>
  <strong>Category:</strong>
  <%= @post.category %>
</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
metaslug-0.3.5 test/dummy/app/views/posts/show.html.erb
metaslug-0.3.4 test/dummy/app/views/posts/show.html.erb
metaslug-0.3.3 test/dummy/app/views/posts/show.html.erb