This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/pages/_page.rhtml

19 lines
485 B
Plaintext
Raw Normal View History

<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">
<li>Add Tags here</li>
<li>Meta
Version: <%= @page.version -%> / <%= @page.versions.size %>
</li>
</ul>
</div>