Sha256: 84ae0957c1e61bf678cde895165c24aa98aa17738b82110630c5401424f9c249
Contents?: true
Size: 639 Bytes
Versions: 49
Compression:
Stored size: 639 Bytes
Contents
- content_for :title do = @user_account.to_s - content_for :actions do = @user_account.destroy_link .ms-1 = @user_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 = @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
49 entries across 49 versions & 1 rubygems