Sha256: e167f7cca080295a8af45487fdb11fac7a53c78923fa6a0fe06c7fa031313ef4

Contents?: true

Size: 564 Bytes

Versions: 9

Compression:

Stored size: 564 Bytes

Contents

.standalone
  = form_for(@user, :html => one_submit_only(:user)) do |f|
    .title_tools #{t :already_signed_up} #{link_to t(:login_now_link), login_path}
    .title #{t :sign_up}

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

    .section
      .label #{t :email}:
      = f.text_field :email
      .label #{t :username}:
      = f.text_field :username
      .label #{t :password}:
      = f.password_field :password
      .label #{t :password_confirmation}:
      = f.password_field :password_confirmation

    .buttonbar
      = f.submit t(:sign_up_button)

Version data entries

9 entries across 9 versions & 1 rubygems

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