Sha256: 4e3e26be320355083f1ce042f0da285192e0df586efbc5cec9e229cc39a07b2e

Contents?: true

Size: 462 Bytes

Versions: 9

Compression:

Stored size: 462 Bytes

Contents

- @page_title = t('kkt_shoppe.users.users')

= content_for :header do
  %p.buttons= link_to t('kkt_shoppe.users.new_user'), :new_user, :class => 'button green'
  %h2.users= t('kkt_shoppe.users.users')

.table
  %table.data
    %thead
      %tr
        %th= t('kkt_shoppe.users.name')
        %th= t('kkt_shoppe.users.email')
    %tbody
      - for user in @users
        %tr
          %td= link_to user.full_name, [:edit, user]
          %td= user.email_address

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-2.0.1 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-2.0.0 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.3.0 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.2.1 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.2.0 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.1.2 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.1.1 app/views/kkt_shoppe/users/index.html.haml
kkt_shoppe-1.1.0 app/views/kkt_shoppe/users/index.html.haml