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