Sha256: 9a9e436256081068429b726f5f5f6922934e920ddc862b5f28fbaf45b5c294c7

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

.panel.panel-default
  .panel-heading
    %i.icon-edit.icon-large
    = yield :form_title
  .panel-body
    = simple_form_for([:hq, @admin_profile], url: hq_admin_profile_path) do |f|
      = f.error_notification

      .form-inputs
        = f.input :first_name
        = f.input :last_name
        = f.input :gsm
      .form-actions
        = f.button :submit, class: 'btn btn-default'
        = link_to t('cancel'), hq_admin_profile_path, class: 'btn'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cybele-1.8.0 templates/app/views/hq/admin_profiles/_form.html.haml
cybele-1.7.2 templates/app/views/hq/admin_profiles/_form.html.haml
cybele-1.7.0 templates/app/views/hq/admin_profiles/_form.html.haml
cybele-1.6.0 templates/app/views/hq/admin_profiles/_form.html.haml
cybele-1.5.1 templates/app/views/hq/admin_profiles/_form.html.haml
cybele-1.5.0 templates/app/views/hq/admin_profiles/_form.html.haml