Sha256: 9461f8b136b7c5cd419f2cf0e6224905882d26e57bbbb88af02a245d572f17cf
Contents?: true
Size: 1.07 KB
Versions: 24
Compression:
Stored size: 1.07 KB
Contents
h5 Permisos table.table.table-bordered.w-auto tr - PgEngine.config.profile_groups_options.each do |profile_group| td h5.text-center = t(profile_group[:name], scope: 'profile_group') hr.mt-2 - profile_group[:options].each do |values| .form-check - if @user_account.profiles.include?(values.first) = check_box_tag nil, nil, true, disabled: true, class: 'form-check-input' - else = check_box_tag nil, nil, false, disabled: true, class: 'form-check-input' label.form-check-label = values.first 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
24 entries across 24 versions & 1 rubygems