Sha256: 2694caf2420bc54e940e2e884c7433edc7e03971c96261ae63e70b5cb0d60044

Contents?: true

Size: 442 Bytes

Versions: 11

Compression:

Stored size: 442 Bytes

Contents

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

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

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

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/views/shoppe/users/index.html.haml
shoppe-1.1.1 app/views/shoppe/users/index.html.haml
shoppe-1.1.0 app/views/shoppe/users/index.html.haml
shoppe-1.0.9 app/views/shoppe/users/index.html.haml
shoppe-1.0.8 app/views/shoppe/users/index.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/users/index.html.haml
shoppe-1.0.7 app/views/shoppe/users/index.html.haml
shoppe-1.0.6 app/views/shoppe/users/index.html.haml
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/views/shoppe/users/index.html.haml
shoppe-1.0.5 app/views/shoppe/users/index.html.haml
shoppe-1.0.3 app/views/shoppe/users/index.html.haml