Sha256: e585c35bbb7b97fdc8416928c3b0d2c55704b8cc0005d04c8e57d37023831197

Contents?: true

Size: 323 Bytes

Versions: 13

Compression:

Stored size: 323 Bytes

Contents

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

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

  = render "admin/users/profile", f: f
  .buttonbar
    = f.submit t(:create_user)
    #{t :or}
    = link_to_cancel new_admin_user_path

Version data entries

13 entries across 13 versions & 1 rubygems

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