Sha256: 335ecae43f2cabbde5cdbd0a32c86f32e86dd00dba01032d802dbba1cd276d22
Contents?: true
Size: 601 Bytes
Versions: 5
Compression:
Stored size: 601 Bytes
Contents
- content_for :toolbar do = link_to edit_hq_admin_path(@admin), class: 'btn btn-default btn-primary' do %i.fas.fa-pencil = t('view.edit') .card .card-header %i.fas.fa-edit = t('view.tooltips.show', resource_name: Admin.model_name.human) .card-body = show_for @admin do |s| = s.attribute :name = s.attribute :surname = s.attribute :email do = mail_to @admin.email, @admin.email = s.attribute :is_active = s.attribute :current_sign_in_at = s.attribute :last_sign_in_at = s.attribute :created_at = s.attribute :updated_at
Version data entries
5 entries across 5 versions & 1 rubygems