Sha256: 83c837e0e84cf7b3f939b0062022d82beb6b8cea12f2478458646b82a18704e6

Contents?: true

Size: 491 Bytes

Versions: 5

Compression:

Stored size: 491 Bytes

Contents

<div id="page_content">
  <h2 id="page-title">Pages</h2>
  <div class="content">
    #{a 'New Page', :new}
  </div>
  <table class="list">
    <thead>
      <tr>
        <th>Title</th>
        <th class="actions">Actions</th>
      </tr>
    </thead>
    <tbody>
    <?r @pages.each do |page| ?>
      <tr>
        <td>#{a page.title, :edit, page.id}</td>
        <td>#{a 'Edit', :edit, page.id}, #{a 'Delete', :delete, page.id}</td>
      </tr>
    <?r end ?>
    </tbody>
  </table>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blogaze-0.2.0 lib/blogaze/themes/default/admin/pages/index.xhtml
blogaze-0.1.0 lib/blogaze/themes/default/admin/pages/index.xhtml
blogaze-0.0.3 lib/blogaze/themes/default/admin/pages/index.xhtml
blogaze-0.0.2 proto/themes/default/admin/pages/index.xhtml
blogaze-0.0.1 proto/themes/default/admin/pages/index.xhtml