Sha256: 8cf0f33e16c82b8c976635d6ca0638cb8613140c4db5051d361af2810b3d0d5a

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

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

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

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

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

<%= link_to 'Edit', edit_private_post_path(@private_post) %> |
<%= link_to 'Back', private_posts_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_token_authentication-1.0.0.pre.5 test/dummy/app/views/private_posts/show.html.erb
simple_token_authentication-1.0.0.beta.5 test/dummy/app/views/private_posts/show.html.erb