Sha256: b67340a46d13af864451ea1518caa1a9fce0cb557a16adfaeecea85bb48b4d4b

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

- @page_title = "Users"

= content_for :header do
  %p.buttons=link_to "New user", :new_user, :class => 'button green'
  %h2 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

3 entries across 3 versions & 1 rubygems

Version Path
shoppe-0.0.7 app/views/shoppe/users/index.html.haml
shoppe-0.0.6 app/views/shoppe/users/index.html.haml
shoppe-0.0.5 app/views/shoppe/users/index.html.haml