Sha256: 15fd87c953c39521bcbff1074df757db1e23a353e234a76e49db21a0de0446f9
Contents?: true
Size: 601 Bytes
Versions: 2
Compression:
Stored size: 601 Bytes
Contents
%tr{ id: "tr-#{user.id}", class:"#{invited_user? user}"} %td= link_to user.name, user %td= user.email %td= show_resource_active user %td - if user.confirmed? %i.small.material-icons done - else = link_to url_for(user) + '/confirm', class: "unconfirmed yellow-text" do = content_tag :i, 'report_problem', class: "material-icons" %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.mdi-action-delete.small{ title: "#{t('.delete')}"}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oxen_account-0.2.1 | app/views/users/_account_user.html.haml |
oxen_account-0.2.0 | app/views/users/_account_user.html.haml |