Sha256: ea7cbff41b5ce2568abf5a9d24876267bd478b13b3f6b48eee8f96b314480c1e

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 Bytes

Contents

.card
  .card-header
    %i.fas.fa-edit
    = yield :form_title
  .card-body
    = simple_form_for([:hq, admin]) do |f|
      = f.error_notification

      .form-inputs
        = f.input :name
        = f.input :surname
        = f.input :email

      .form-actions
        - text = admin.persisted? ? t('view.btn.update') : t('view.btn.add')
        = f.button :submit, text, class: 'btn btn-primary'
        = link_to t('view.cancel'), hq_admins_path, class: 'btn'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/hq/admins/_form.html.haml
cybele-2.3.1 templates/app_files/app/views/hq/admins/_form.html.haml
cybele-2.2.0 templates/app_files/app/views/hq/admins/_form.html.haml