Sha256: c4e0a73b5b56817982b6e1758623a1fef8ba007ca78c78a3b8b7ba5af7ac742c
Contents?: true
Size: 587 Bytes
Versions: 35
Compression:
Stored size: 587 Bytes
Contents
table.table.table-borderless.table-sm.w-auto.mb-0.m-3 - atributos_para_mostrar.each do |att| tr th = @clase_modelo.human_attribute_name(att) td = @account.send(att) tr th = t('attributes.creado_por') td = @account.creado_por tr th = t('attributes.created_at') td = @account.created_at tr th = t('attributes.actualizado_por') td = @account.actualizado_por tr th = t('attributes.updated_at') td = @account.updated_at tr th = t('attributes.discarded_at') td = @account.discarded_at = embed_index @account, :user_accounts
Version data entries
35 entries across 35 versions & 1 rubygems