Sha256: 6e3b4dffd0af6bb75a7d75bed4b0fefdedcdf8a2d5cac8ab6e67efb9adfae93e

Contents?: true

Size: 361 Bytes

Versions: 17

Compression:

Stored size: 361 Bytes

Contents

- @page_title = "Users"

= content_for :header do
  %p.buttons=link_to "New user", :new_user, :class => 'button green'
  %h2.users Users

.table
  %table.data
    %thead
      %tr
        %th Name
        %th E-Mail Address
    %tbody
      - for user in @users
        %tr
          %td= link_to user.full_name, [:edit, user]
          %td= user.email_address

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shoppe-1.0.2 app/views/shoppe/users/index.html.haml
shoppe-1.0.1 app/views/shoppe/users/index.html.haml
shoppe-1.0.0 app/views/shoppe/users/index.html.haml
shoppe-0.0.21 app/views/shoppe/users/index.html.haml
shoppe-0.0.20 app/views/shoppe/users/index.html.haml
shoppe-0.0.19 app/views/shoppe/users/index.html.haml
shoppe-0.0.18 app/views/shoppe/users/index.html.haml
shoppe-0.0.17 app/views/shoppe/users/index.html.haml
shoppe-0.0.16 app/views/shoppe/users/index.html.haml
shoppe-0.0.15 app/views/shoppe/users/index.html.haml
shoppe-0.0.14 app/views/shoppe/users/index.html.haml
shoppe-0.0.13 app/views/shoppe/users/index.html.haml
shoppe-0.0.12 app/views/shoppe/users/index.html.haml
shoppe-0.0.11 app/views/shoppe/users/index.html.haml
shoppe-0.0.10 app/views/shoppe/users/index.html.haml
shoppe-0.0.9 app/views/shoppe/users/index.html.haml
shoppe-0.0.8 app/views/shoppe/users/index.html.haml