Sha256: 302b0ad74a6599eb8b639b2c6a194f2192c5c084d86c1b7904fa3ff22760abb0
Contents?: true
Size: 346 Bytes
Versions: 13
Compression:
Stored size: 346 Bytes
Contents
<% if @friendly %> <h1><%= @post.title %></h1> <p><%= @post.body %></p> <% else %> <p style="color: green"><%= notice %></p> <%= render @post %> <div> <%= link_to "Edit this post", edit_post_path(@post) %> | <%= link_to "Back to posts", posts_path %> <%= button_to "Destroy this post", @post, method: :delete %> </div> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems