Sha256: 1432cc2b033a8950c6e50494e0ca1c0bde91eb4a876482ac57413b493bc3b7f3

Contents?: true

Size: 543 Bytes

Versions: 3

Compression:

Stored size: 543 Bytes

Contents

- title "All Pages"

.sub-header
  .button-bar.clearfix
    = render :partial => 'search'
    .admin-links
      = link_to 'new page', new_dust_page_path, :class => '', :title => "New Page"

.content-wrapper
  = will_paginate @pages
  - @pages.each do |page|
    .index-item
      .list-links.clearfix{:style => "float:right"}
        = link_to "", page, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy tip', :title => "Destroy This Item"
      = link_to page.meta_title, edit_dust_page_path(page)
  = will_paginate @pages

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/dust/pages/index.html.haml
dust-cms-0.0.06 app/views/dust/pages/index.html.haml
dust-cms-0.0.05 app/views/dust/pages/index.html.haml