Sha256: e07d842393cf172e833f829a655bca95b051575ca9aaf87c3db73d253847b123

Contents?: true

Size: 372 Bytes

Versions: 13

Compression:

Stored size: 372 Bytes

Contents

.remote
  = form_for([:admin, @user], html: one_submit_only.merge({autocomplete: 'off'}), remote: true) do |f|
    = link_to_close edit_admin_user_path(@user)

    = f.error_messages object_name: t('user')

    = render "admin/users/profile", f: f, edit: true
    .buttonbar
      = f.submit t(:save_user)
      #{t :or}
      = link_to_cancel edit_admin_user_path(@user)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/users/_edit.html.haml
fat_free_crm-0.22.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.21.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.20.1 app/views/admin/users/_edit.html.haml
fat_free_crm-0.20.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.19.2 app/views/admin/users/_edit.html.haml
fat_free_crm-0.19.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.18.2 app/views/admin/users/_edit.html.haml
fat_free_crm-0.17.3 app/views/admin/users/_edit.html.haml
fat_free_crm-0.18.1 app/views/admin/users/_edit.html.haml
fat_free_crm-0.18.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.17.2 app/views/admin/users/_edit.html.haml
fat_free_crm-0.17.1 app/views/admin/users/_edit.html.haml