Sha256: 8e61d181317294fb053537d1d507a2c69a05099f3ab7e950084e8c1ff374d96f

Contents?: true

Size: 605 Bytes

Versions: 12

Compression:

Stored size: 605 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.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/_account_user.html.haml
oxen_account-0.4.7 app/views/users/_account_user.html.haml
oxen_account-0.4.1 app/views/users/_account_user.html.haml
oxen_account-0.3.4 app/views/users/_account_user.html.haml
oxen_account-0.3.3 app/views/users/_account_user.html.haml
oxen_account-0.3.2 app/views/users/_account_user.html.haml
oxen_account-0.3.1 app/views/users/_account_user.html.haml
oxen_account-0.3.0 app/views/users/_account_user.html.haml
oxen_account-0.2.9 app/views/users/_account_user.html.haml
oxen_account-0.2.8 app/views/users/_account_user.html.haml
oxen_account-0.2.4 app/views/users/_account_user.html.haml
oxen_account-0.2.2 app/views/users/_account_user.html.haml