Sha256: 385ef17f2dfba5f6aecb3dfd0a02d001c155ed15a440580207e761189c3757ee

Contents?: true

Size: 449 Bytes

Versions: 12

Compression:

Stored size: 449 Bytes

Contents

%tr{ id: "tr-#{user.id}", class:"#{invited_user? user}"}
  %td= link_to user.name, user
  %td= link_to( user.account.name, user.account) rescue ''
  %td= user.email rescue ''
  %td= show_resource_active user
  %td= user.invitations.count
  %td
    = link_to user, class: 'delete_link', data: { url: '/admin/users', name: "#{user.name}", id: "#{user.id}", remove: "#tr-#{user.id}" } do
      %i.material-icons.small{ title: "#{t('.delete')}"} delete

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oxen_account-0.4.11 app/views/users/_user.html.haml
oxen_account-0.4.7 app/views/users/_user.html.haml
oxen_account-0.4.1 app/views/users/_user.html.haml
oxen_account-0.3.4 app/views/users/_user.html.haml
oxen_account-0.3.3 app/views/users/_user.html.haml
oxen_account-0.3.2 app/views/users/_user.html.haml
oxen_account-0.3.1 app/views/users/_user.html.haml
oxen_account-0.3.0 app/views/users/_user.html.haml
oxen_account-0.2.9 app/views/users/_user.html.haml
oxen_account-0.2.8 app/views/users/_user.html.haml
oxen_account-0.2.4 app/views/users/_user.html.haml
oxen_account-0.2.2 app/views/users/_user.html.haml