Sha256: 294f4d6d2ef764863e9e10f2c18a259addbb9023a0f84801005fe9cb5f252d65

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

%tr.post{ id: "tr-#{user.class.to_s}-#{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= show_resource_delete_icon user, '/admin/users'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oxen_account-0.4.14 app/views/users/_account_user.html.haml
oxen_account-0.4.13 app/views/users/_account_user.html.haml
oxen_account-0.4.12 app/views/users/_account_user.html.haml
oxen_account-0.4.9 app/views/users/_account_user.html.haml
oxen_account-0.4.8 app/views/users/_account_user.html.haml