Sha256: c1e965fab8434f08de7fadc84b0e122126d8cd77c60a05f87233270dc330e88b

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 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"><%= raw post.body %></div>
		<div class="post-meta"><% unless post.tags.empty? %><%= t("cms.tags") %>: <%= raw linked_tag_list(post.tags) %><% end %></div>
	</div>


<%= raw disqus_comment_counts %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_cms-0.0.4 app/views/posts/_post.html.erb