Sha256: 67572dca59cf3c16ed6f51477746270beb325677daad3ae6c177c0390d7170ec

Contents?: true

Size: 413 Bytes

Versions: 2

Compression:

Stored size: 413 Bytes

Contents

.panel.panel-default
  .panel-heading
    %i.icon-edit.icon-large
    = yield :form_title
  .panel-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('cancel'), user_profile_path, class: 'btn'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cybele-1.9.1 templates/app/views/user/profiles/_form.html.haml
cybele-1.9.0 templates/app/views/user/profiles/_form.html.haml