Sha256: 2fb79fb31b351793a80237dfb231d37bda801d997573e5363c300b5b4c7d3f91

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

<h1>Your posts</h1>

<table id='posts'>
  <thead>
    <tr>
      <th>Published At</th>
      <th>Title</th>
      <th>Excerpt</th>
      <% if comments? -%><th>Comments</th><% end -%>
      <th>Actions</th>
    </tr>
  </thead>

  <tbody>
    <% if @posts.empty? -%>
      <tr><td colspan="5">There are no posts at this time.</td></tr>
    <% else -%>
      <%= render :partial => 'enki/admin/posts/post', :collection => @posts %>
    <% end -%>
  </tbody>

</table>

<div class="pagination">
    <%= paginated @posts %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enki-engine-0.0.5 app/views/enki/admin/posts/index.html.erb