21 lines
701 B
Text
21 lines
701 B
Text
.span-12.prepend-6.last
|
|
.floating
|
|
%h3
|
|
= t('.sign_up_for_diaspora')
|
|
= image_tag "http://needcoffee.cachefly.net/needcoffee/uploads/2009/02/predator-arnold-schwarzenegger.jpg"
|
|
= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
|
|
%p
|
|
= f.label :username , t('username')
|
|
= f.text_field :username
|
|
%p
|
|
= f.label :email , t('email')
|
|
= f.text_field :email
|
|
%p
|
|
= f.label :password , t('password')
|
|
= f.password_field :password
|
|
%p
|
|
= f.label :password_confirmation , t('password_confirmation')
|
|
= f.password_field :password_confirmation
|
|
|
|
= f.submit t('.sign_up')
|
|
|