Sha256: 722bf98dd6ec41bbeeeed46b8a49c3d4bebbe096ff46f6f71d8f0b9aa17099a3
Contents?: true
Size: 682 Bytes
Versions: 74
Compression:
Stored size: 682 Bytes
Contents
- content_for :title do = @account.to_s - content_for :actions do = @account.destroy_link_redirect .ms-1 = @account.edit_link 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
Version data entries
74 entries across 74 versions & 1 rubygems