Sha256: 9caf0594c48bfa6373a0225437e4fa7073b7af8012a0550eefb637c9b813376e
Contents?: true
Size: 595 Bytes
Versions: 5
Compression:
Stored size: 595 Bytes
Contents
- content_for :toolbar do = link_to edit_hq_user_path(@user), 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: User.model_name.human) .card-body = show_for @user do |s| = s.attribute :name = s.attribute :surname = s.attribute :email do = mail_to @user.email, @user.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