Sha256: 87f500601ae1966eaf7c91130b7e4665d3554059064b8b00837f234d1414d203
Contents?: true
Size: 722 Bytes
Versions: 24
Compression:
Stored size: 722 Bytes
Contents
- content_for :title do = @user.to_s - content_for :extra_actions do = link_to login_as_path(id: @user.id), class: 'btn btn-light btn-sm' do span.bi.bi-arrow-right | Login as 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
24 entries across 24 versions & 1 rubygems