Sha256: 3ae9859fe240027a12d41338f4520852664abdf1a6d7ed49971eea0b2b17f4dc
Contents?: true
Size: 834 Bytes
Versions: 27
Compression:
Stored size: 834 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 = @email.send(att) tr th = t('attributes.creado_por') td = @email.creado_por tr th = t('attributes.created_at') td = @email.created_at tr th = t('attributes.actualizado_por') td = @email.actualizado_por tr th = t('attributes.updated_at') td = @email.updated_at h4 Logs table.table tr th log_id th event th log_level th severity th timestamp th created_at th updated_at - @email.email_logs.order(timestamp: :desc).each do |log| tr td = log.log_id td = log.event td = log.log_level td = log.severity td = log.timestamp td = log.created_at td = log.updated_at
Version data entries
27 entries across 27 versions & 1 rubygems