Sha256: 947a79b8633cc695af13f4fc956d56efa4cba67740f60939b205147c6dff684e
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
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_account.send(att) tr th = t('attributes.creado_por') td = @user_account.creado_por tr th = t('attributes.created_at') td = @user_account.created_at tr th = t('attributes.actualizado_por') td = @user_account.actualizado_por tr th = t('attributes.updated_at') td = @user_account.updated_at
Version data entries
3 entries across 3 versions & 1 rubygems