Sha256: 22df704aae480c2e41707c20d02a25d509fd9f0ce508461e4046fd4ab006ebfe

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 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

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

- ActsAsTenant.with_tenant(@account) do
  - if policy(UserAccount).index?
    = turbo_frame_tag 'embedded__user_accounts',
        src: tenant_user_accounts_path(tid: Current.user.user_account_for(@account).to_param)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pg_rails-7.6.30 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.29 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.28 pg_engine/app/views/users/accounts/show.html.slim
pg_rails-7.6.27 pg_engine/app/views/users/accounts/show.html.slim