Sha256: 2438bc821ce0cc4ae24ba6e421c01dd8e04bb4eb9f9cd2e1d73c93549819e59d
Contents?: true
Size: 535 Bytes
Versions: 82
Compression:
Stored size: 535 Bytes
Contents
.row .col-xs-4.col-xs-offset-4.session-box %h3.text-center Register an account = simple_form_for resource, as: resource_name, url: registration_path(resource_name) do |f| = f.input :username = f.input :email = f.input :password = f.input :password_confirmation, label: "Confirm password" = hidden_field_tag "next", params[:next] = f.button :submit, "Sign Up", data: {disable_with: "Signing Up..."}, class: "btn btn-inverse btn-block" .breaker = render "/virgo/users/shared/links"
Version data entries
82 entries across 42 versions & 1 rubygems