Sha256: 70f8c650cc9c5ab1fa6f7708210c7efd378f9c19869a6992223494e0140ed699
Contents?: true
Size: 712 Bytes
Versions: 1
Compression:
Stored size: 712 Bytes
Contents
<div id="post-<%= post.id %>" class="post"> <div class="post-date"><%= post.published_at.strftime("%A, %B %d, %Y") %></div> <h2 class="post-title"><%= link_to_unless_current (post.title == '' ? '[Untitled]' : h(post.title)), post, {:title => post.title, :alt => "Link to #{post.title}"} %></h2> <div class="post-meta"> <% unless post.user.display_name.blank? %>By <%= post.user.display_name %> <% end %> - <%= link_to "comments", post_path(post, :anchor => "disqus_thread") %> </div> <div class="post-content"><%= post.body %></div> <div class="post-meta"><% unless post.tags.empty? %><%= t("cms.tags") %>: <%= linked_tag_list(post.tags) %><% end %></div> </div> <%= disqus_comment_counts %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_cms-0.0.3 | app/views/posts/_post.html.erb |