Sha256: c7423c3e468e4477912e866c4b0489b6919fec33f99d80b7a02ae56967e2f52a
Contents?: true
Size: 162 Bytes
Versions: 3
Compression:
Stored size: 162 Bytes
Contents
<%= div_for post, :class => "span12" do %> <h1><%= post.title %></h1> <h2><%= post.author_email %> <div class="body"><%= post.html_body %></div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
miniblog-1.0.2 | app/views/miniblog/posts/_post.html.erb |
miniblog-1.0.1 | app/views/miniblog/posts/_post.html.erb |
miniblog-1.0.0 | app/views/miniblog/posts/_post.html.erb |