Sha256: a282edc892938d800d4ba22c85ae842617ec8b7cdf56cf3f5a9096d79ac6c366

Contents?: true

Size: 409 Bytes

Versions: 40

Compression:

Stored size: 409 Bytes

Contents

.meta-row
  .key Status
  .value
    - if @user.new_record?
      New user
    - elsif @user.confirmed?
      Confirmed
    - else
      Invited #{ time_ago_in_words @user.confirmation_sent_at } ago
      = link_to ficon(:mail, 'Resend'), push_type.invite_user_path(@user), method: 'patch', class: 'right'
- unless @user.new_record?
  .meta-row
    .key Logged in
    .value
      %time= last_logged_in @user

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
push_type_auth-0.9.5 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.3 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.2 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.1 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.0 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.0.beta.4 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.0.beta.3 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.9.0.beta.2 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.2 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.1 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.0 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.0.beta.3 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.0.beta.2 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.8.0.beta.1 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.7.0 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.7.0.beta.1 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.6.0 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.6.0.beta.4 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.6.0.beta.3 app/views/push_type/users/_meta_table.html.haml
push_type_auth-0.6.0.beta.2 app/views/push_type/users/_meta_table.html.haml