Sha256: 2780d26c408e83f64d6e9cf6c3d93fb33b4428103fece047858e35692cc27d16
Contents?: true
Size: 893 Bytes
Versions: 35
Compression:
Stored size: 893 Bytes
Contents
table.table.table-borderless.table-sm.w-auto.mb-0 - atributos_para_mostrar.each do |att| tr th = @clase_modelo.human_attribute_name(att) td = @<%= singular_name %>.send(att) <%- if options[:trackeo_de_usuarios] -%> tr th = t('attributes.creado_por') td = @<%= singular_name %>.creado_por <%- end -%> tr th = t('attributes.created_at') td = @<%= singular_name %>.created_at <%- if options[:trackeo_de_usuarios] -%> tr th = t('attributes.actualizado_por') td = @<%= singular_name %>.actualizado_por <%- end -%> tr th = t('attributes.updated_at') td = @<%= singular_name %>.updated_at <%- if options[:paranoia] -%> tr th = t('attributes.deleted_at') td = @<%= singular_name %>.deleted_at <%- end -%> <%- if options[:discard] -%> tr th = t('attributes.discarded_at') td = @<%= singular_name %>.discarded_at <%- end -%>
Version data entries
35 entries across 35 versions & 1 rubygems