Sha256: cc51fd96136b92ff3fc5e601faf71b90ef19c4add7cfe170a0510c630fc65d5f

Contents?: true

Size: 557 Bytes

Versions: 22

Compression:

Stored size: 557 Bytes

Contents

.standalone
  = form_for(@user, :html => one_submit_only) 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

22 entries across 22 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/users/new.html.haml
fat_free_crm-0.15.2 app/views/users/new.html.haml
fat_free_crm-0.16.4 app/views/users/new.html.haml
fat_free_crm-0.14.1 app/views/users/new.html.haml
fat_free_crm-0.15.1 app/views/users/new.html.haml
fat_free_crm-0.16.3 app/views/users/new.html.haml
fat_free_crm-0.16.2 app/views/users/new.html.haml
fat_free_crm-0.16.1 app/views/users/new.html.haml
fat_free_crm-0.16.0 app/views/users/new.html.haml
fat_free_crm-0.15.0 app/views/users/new.html.haml
fat_free_crm-0.15.0.beta.2 app/views/users/new.html.haml
fat_free_crm-0.15.0.beta app/views/users/new.html.haml
fat_free_crm-0.14.0 app/views/users/new.html.haml
reduced_fat_crm-0.15.0.beta app/views/users/new.html.haml
reduced_fat_crm-0.14.0 app/views/users/new.html.haml
fat_free_crm-0.13.6 app/views/users/new.html.haml
fat_free_crm-0.13.5 app/views/users/new.html.haml
fat_free_crm-0.13.4 app/views/users/new.html.haml
fat_free_crm-0.13.3 app/views/users/new.html.haml
fat_free_crm-0.13.2 app/views/users/new.html.haml