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