Sha256: 8d461f02664dfc7271e920508608f918ce79d7f5a575d517b4fef44e50a6cbba

Contents?: true

Size: 277 Bytes

Versions: 6

Compression:

Stored size: 277 Bytes

Contents

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

<p>
  <b>Published at:</b>
  <%= @post.published_at %>
</p>

<p>
  <b>Link url:</b>
  <%= @post.link_url %>
</p>

<p>
  <b>Draft:</b>
  <%= @post.draft %>
</p>


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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wafflemix-0.0.6 app/views/wafflemix/admin/posts/show.html.erb
wafflemix-0.0.5 app/views/wafflemix/admin/posts/show.html.erb
wafflemix-0.0.4 app/views/wafflemix/admin/posts/show.html.erb
wafflemix-0.0.3 app/views/wafflemix/admin/posts/show.html.erb
wafflemix-0.0.2 app/views/wafflemix/admin/posts/show.html.erb
wafflemix-0.0.1 app/views/wafflemix/admin/posts/show.html.erb