Sha256: 7286677d91d576108f981b000244cae392f60946c88fd92474b7e2643b8e41dd
Contents?: true
Size: 673 Bytes
Versions: 49
Compression:
Stored size: 673 Bytes
Contents
- content_for :title do = @account.to_s - content_for :actions do = @account.destroy_link .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
49 entries across 49 versions & 1 rubygems