Sha256: b02a3e7b351ac23f34ad437d38c8ddfe3ffb6c22ff411cc9075d15f657a34494

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

.remote
  = form_for([:admin, @user], :html => one_submit_only(:user).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

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/users/_edit.html.haml
fat_free_crm-0.12.2 app/views/admin/users/_edit.html.haml
fat_free_crm-0.12.1 app/views/admin/users/_edit.html.haml
fat_free_crm-0.12.0 app/views/admin/users/_edit.html.haml
fat_free_crm-0.11.4 app/views/admin/users/_edit.html.haml
fat_free_crm-0.11.3 app/views/admin/users/_edit.html.haml
fat_free_crm-0.11.2 app/views/admin/users/_edit.html.haml
fat_free_crm-0.11.1 app/views/admin/users/_edit.html.haml
fat_free_crm-0.11.0 app/views/admin/users/_edit.html.haml