Sha256: cff77dcf0e5cd3c5cbf3942dd1938fd6f470eecf1a622cde4eeed39d3c4db8a9

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

%h1 Users

%table.table
  %tr
    %th Name
    %th Email
    %th
  - @users.each do |user|
    %tr
      %td= user.name
      %td= user.email
      %td
        = link_to "Email Reset Password", reset_password_email_work_user_path(user), class: "btn btn-primary"

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/work/users/index.html.haml
tawork-0.0.49 app/views/work/users/index.html.haml
tawork-0.0.48 app/views/work/users/index.html.haml
tawork-0.0.47 app/views/work/users/index.html.haml
tawork-0.0.46 app/views/work/users/index.html.haml
tawork-0.0.45 app/views/work/users/index.html.haml
tawork-0.0.44 app/views/work/users/index.html.haml