Sha256: 0ce3b5f552924e9fd9b07b090d62986c20083433e634efb95826cafbcc3b72c9

Contents?: true

Size: 607 Bytes

Versions: 3

Compression:

Stored size: 607 Bytes

Contents

- title "Users"

.sub-header
  .button-bar.clearfix
    = render :partial => 'search'
    .admin-links
      = link_to 'new user', new_dust_user_path, :class => 'newfile tip', :title => "New User"

.content-wrapper
  = will_paginate @users
  - for user in @users
    .index-item
      .clearfix{:style => "float:right"}
        = link_to "", user, :confirm => 'Are you sure?', :method => :delete, :class => 'destroy tip', :title => "Destroy This Item"
      = link_to user.username, edit_dust_user_path(user), :class => 'ui-icon	ui-icon-pencil edit tip', :title => "Edit This Item"
  = will_paginate @users

Version data entries

3 entries across 3 versions & 1 rubygems

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