This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-15 19:57:44 -05:00
|
|
|
<div class="hentry" id="article-<%= @page.id %>">
|
|
|
|
<h2 class="entry-title">
|
|
|
|
<%= @page.title %>
|
|
|
|
<span class="comment_count">Comment Size Here</span>
|
|
|
|
</h2>
|
|
|
|
<div class="vcard">
|
|
|
|
Posted by <span class="fn">Author Name Here</span>
|
|
|
|
</div>
|
|
|
|
<br class="clear" />
|
|
|
|
<div class="entry-content">
|
|
|
|
<%= @page.html %>
|
|
|
|
</div>
|
|
|
|
<ul class="meta">
|
2007-11-17 01:13:45 -05:00
|
|
|
<li>Tags: <%= @page.tag_names.join(' ') -%></li>
|
2007-11-15 22:11:50 -05:00
|
|
|
<li>Version: <%= @page.version -%></li>
|
|
|
|
<% @page.owner.page_attributes.each do |x| -%>
|
|
|
|
<li><%= x -%></li>
|
|
|
|
<% end if @page.owner and @page.owner.respond_to?("page_attributes") %>
|
2007-11-15 19:57:44 -05:00
|
|
|
</ul>
|
2007-11-15 22:11:50 -05:00
|
|
|
</div>
|