Sha256: 5417cc1202c48a4db70653e342c765cd38495a25b8de37bbee6a5d09e288b91c

Contents?: true

Size: 202 Bytes

Versions: 34

Compression:

Stored size: 202 Bytes

Contents

%h1 Users

%table.table
  %tr
    %th Name
    %th Email
  - @users.each do |user|
    %tr
      %td= user.name
      %td= user.email

= link_to "Add User", new_work_user_path, class: 'btn btn-primary'

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
tawork-0.0.43 app/views/work/users/index.html.haml
tawork-0.0.42 app/views/work/users/index.html.haml
tawork-0.0.41 app/views/work/users/index.html.haml
tawork-0.0.40 app/views/work/users/index.html.haml
tawork-0.0.39 app/views/work/users/index.html.haml
tawork-0.0.38 app/views/work/users/index.html.haml
tawork-0.0.37 app/views/work/users/index.html.haml
tawork-0.0.36 app/views/work/users/index.html.haml
tawork-0.0.35 app/views/work/users/index.html.haml
tawork-0.0.34 app/views/work/users/index.html.haml
tawork-0.0.33 app/views/work/users/index.html.haml
tawork-0.0.31 app/views/work/users/index.html.haml
tawork-0.0.30 app/views/work/users/index.html.haml
tawork-0.0.29 app/views/work/users/index.html.haml
tawork-0.0.28 app/views/work/users/index.html.haml
tawork-0.0.27 app/views/work/users/index.html.haml
tawork-0.0.26 app/views/work/users/index.html.haml
tawork-0.0.25 app/views/work/users/index.html.haml
tawork-0.0.24 app/views/work/users/index.html.haml
tawork-0.0.23 app/views/work/users/index.html.haml