Sha256: 22242ab506488aaa77fb877ded661448049bf49e7ce45b5aa381bdb0c4fec16e

Contents?: true

Size: 440 Bytes

Versions: 6

Compression:

Stored size: 440 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 :first_name
        = f.input :last_name
        = f.input :gsm

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

Version data entries

6 entries across 6 versions & 1 rubygems

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