Sha256: a76700996a0737007a92087f9c5d3bef5c8c261b7aceb44f23a59debd4d11793

Contents?: true

Size: 528 Bytes

Versions: 19

Compression:

Stored size: 528 Bytes

Contents

.row
  .col.s12
    %table.responsive-table.hoverable.striped.resources_table
      %thead
        %tr
          %th{ :"data-field"=>"name"}= t('.name')
          %th{ :"data-field"=>"account"}= t('.account')
          %th{ :"data-field"=>"email"}= t('.email')
          %th{ :"data-field"=>"active"}= t('.active')
          %th{ :"data-field"=>"invitations"}= t('.invitations')
          %th= t(:delete)

      %tbody.resources_list
        - @resources.each do |user|
          = render partial: 'user', locals: { user: user}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
oxen_account-0.4.14 app/views/users/_users.html.haml
oxen_account-0.4.13 app/views/users/_users.html.haml
oxen_account-0.4.12 app/views/users/_users.html.haml
oxen_account-0.4.11 app/views/users/_users.html.haml
oxen_account-0.4.9 app/views/users/_users.html.haml
oxen_account-0.4.8 app/views/users/_users.html.haml
oxen_account-0.4.7 app/views/users/_users.html.haml
oxen_account-0.4.1 app/views/users/_users.html.haml
oxen_account-0.3.4 app/views/users/_users.html.haml
oxen_account-0.3.3 app/views/users/_users.html.haml
oxen_account-0.3.2 app/views/users/_users.html.haml
oxen_account-0.3.1 app/views/users/_users.html.haml
oxen_account-0.3.0 app/views/users/_users.html.haml
oxen_account-0.2.9 app/views/users/_users.html.haml
oxen_account-0.2.8 app/views/users/_users.html.haml
oxen_account-0.2.4 app/views/users/_users.html.haml
oxen_account-0.2.2 app/views/users/_users.html.haml
oxen_account-0.2.1 app/views/users/_users.html.haml
oxen_account-0.2.0 app/views/users/_users.html.haml