Sha256: 6d6771b562b2c5b6e30f5e703cfeea8626776c52ad5b4d1a01668b1a2b61cb3e

Contents?: true

Size: 632 Bytes

Versions: 3

Compression:

Stored size: 632 Bytes

Contents

- title "Post"

.sub-header
  .button-bar.clearfix
    -#= render :partial => 'search'
    .admin-links
      = link_to 'new post', new_dust_post_path, :class => 'newfile tip', :title => "New Post"

.content-wrapper
  -#= will_paginate @posts

  - @posts.each do |post|
    .index-item
      .clearfix{:style => "float:right"}
        = link_to "", post, :confirm => 'Are you sure?', :method => :delete, :class => 'ui-icon ui-icon-close destroy tip', :title => "Destroy This Item"
      = link_to post.title.try('capitalize'), edit_dust_post_path(post), :class => ' edit tip', :title => "Edit This Item"

  -#= will_paginate @posts

Version data entries

3 entries across 3 versions & 1 rubygems

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