Sha256: 806611a10c5f6645c7aa4b80d90dd741971d80b852ffcdfb858295841dfcc831
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
%tr{ id: "tr-#{user.id}", class:"#{invited_user? user}"} %td= link_to user.name, user %td= user.email %td - if user.active %i.mdi-action-done.small %td - if user.confirmed? %i.mdi-action-done.small %td = link_to user, class: 'delete_link', data: { url: '/admin/users', name: "#{user.name}", id: "#{user.id}", remove: "#tr-#{user.id}" } do %i.mdi-action-delete.small{ title: "#{t('.delete')}"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxen_account-0.1.1 | app/views/users/_account_user.html.haml |