Sha256: 52abc36ab74443c048209453d2993d3280591f691202159df7b3c24600acaebd
Contents?: true
Size: 650 Bytes
Versions: 30
Compression:
Stored size: 650 Bytes
Contents
- content_for :title do = @user.to_s - content_for :actions do = @user.destroy_link .ms-1 = @user.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 = @user.send(att) / tr th = t('attributes.creado_por') td = @user.creado_por tr th = t('attributes.created_at') td = @user.created_at / tr th = t('attributes.actualizado_por') td = @user.actualizado_por tr th = t('attributes.updated_at') td = @user.updated_at tr th = t('attributes.discarded_at') td = @user.discarded_at
Version data entries
30 entries across 30 versions & 1 rubygems