Sha256: 22617dee43fc7853158ad1621c326457ff7b334b9389c497e45b59be01453bb1

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

- title t('sign_up_title')

%p= t('log_in_message', :link => link_to(t("log_in_link"), login_path))

- semantic_form_for @<%= user_singular_name %> do |f|
  = f.error_message_on :base
  - f.inputs do
    = f.input :username
    = f.input :email
    = f.input :password
    = f.input :password_confirmation
  - f.buttons do
    = f.commit_button t('sign_up_button')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
splendeo-generators-0.3.1 rails_generators/splendeo_authentication/templates/views/haml/signup.html.haml
splendeo-generators-0.3.0 rails_generators/splendeo_authentication/templates/views/haml/signup.html.haml