Sha256: 9c68315a7d36d48648a73c3565dc61471c59c51f4bcddbc0d205b521c92d326c

Contents?: true

Size: 653 Bytes

Versions: 8

Compression:

Stored size: 653 Bytes

Contents

- content_for :actions do
  = @user_account.ingresar_link
  = @user_account.sign_off_link

.text-center
  .d-flex.justify-content-center.gap-2.align-items-center.m-3
    - if @account.logo.present?
      = image_tag @account.logo, style: 'max-height:3em'
    .fs-1
      = @account

  / h6
    |> Administrado por:
    = @account.owner.nombre_completo
    |< (
    = @account.owner.email
    | )

- if @user_account.membership_status.ms_disabled?
  p.text-danger Deshabilitado

- if @account.owner == Current.user
  = turbo_frame_tag 'embedded__user_accounts',
      src: tenant_user_accounts_path(tid: Current.user.user_account_for(@account).to_param)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pg_rails-7.6.21.pre.11 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.10 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.9 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.8 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.7 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.6 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.5 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.21.pre.4 pg_engine/app/views/users/accounts/show.html.slim