Sha256: 25ce126602ac53fd8a9fe7ff18bbc6859ffbfad01b61d0955f365b2cd7df61e8

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

.card
  .card-header
    %i.icon-edit.icon-large
    = yield :form_title
  .card-body
    = simple_form_for([:user, profile], url: user_profile_path) do |f|
      = f.error_notification

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

      .form-actions
        = f.button :submit, class: 'btn btn-primary'
        = link_to t('view.cancel'), user_profile_path, class: 'btn'

Version data entries

3 entries across 3 versions & 1 rubygems

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