Sha256: fd39e237dad77b26b560f774f7b9b02ae1421be0e307736baeb23419c36b58cb

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

%br
%h4 All users

%table.table.table-striped.table-hover
  %thead
    %tr
      %th Email
      %th

  %tbody
    - @users.each do |user|
      %tr
        %td= user.email
        %td= link_to 'delete', user_path(user), method: :delete, data: { confirm: 'Are you sure?' }

%br

= link_to new_user_path, class: 'btn btn-success' do
  %i.icon-plus.icon-white
  New User


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flms-0.9.0 app/views/flms/users/index.html.haml
flms-0.1.0 app/views/flms/users/index.html.haml
flms-0.0.3 app/views/flms/users/index.html.haml
flms-0.0.2 app/views/flms/users/index.html.haml
flms-0.0.1 app/views/flms/users/index.html.haml