Sha256: 10ecb936d29b72cb8cf0f4546e3d8c508711da7770de7c9ad993330bac46f96b

Contents?: true

Size: 394 Bytes

Versions: 5

Compression:

Stored size: 394 Bytes

Contents

<div class="page">
  <% if defined?(summary) %>
    <div class="head">
      <h3 class="title">
        <%= link_to page.title, page_url(page) %>
      </h3>
      <div class="date">
        <%= page.created_at.strftime("%A %B %d, %Y") %>
      </div>
    </div>
  <% end %>
  <% unless defined?(summary) %>
    <div class="body">
      <%= page.body_html %>      
    </div>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubbub-0.0.11 lib/app/views/pages/_page.html.erb
hubbub-0.0.10 lib/app/views/pages/_page.html.erb
hubbub-0.0.9 lib/app/views/pages/_page.html.erb
hubbub-0.0.8 lib/app/views/pages/_page.html.erb
hubbub-0.0.6 lib/app/views/pages/_page.html.erb