Sha256: 87dc83a67e4df1095e7c74fd5acd8b40aab7ab7abd6364377f2a7ed51e0caf08

Contents?: true

Size: 437 Bytes

Versions: 9

Compression:

Stored size: 437 Bytes

Contents

#kitsune_record_header
  %h2.legend Users
  #menu= link_to "New user", :controller => 'admin/kitsune/kitsune_users', :action => :new

%table
  %thead
    %tr
      %th Email
      %th Actions
  %tbody
    - @users.each do |user|
      %tr{:class=>cycle('odd', 'even')}
        %td= user.email
        %td
          = link_to 'Edit', "#"
          \-
          = link_to 'Delete', '#'
- if defined? will_paginate
  = will_paginate @users

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
ds-kitsune-0.2.5 app/views/admin/kitsune/kitsune_users/index.html.haml
ds-kitsune-0.2.3 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.2.1 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.2.0 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.1.5 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.1.4 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.1.3 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.1.2 app/views/admin/kitsune/kitsune_users/index.html.haml
kitsune-0.1.1 app/views/admin/kitsune/kitsune_users/index.html.haml