Sha256: e98262d013e4d6742bf73131828b99dc173ebe2d20de469ae884afa0dbb4f2f0

Contents?: true

Size: 1.34 KB

Versions: 8

Compression:

Stored size: 1.34 KB

Contents

- @title = "Sign Up"
.container
  .row
    .col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3.col-sm-8.col-sm-offset-2
      .panel.panel-default.only

        .panel-heading
          Sign up

        .panel-body

          = form_for(resource, as: resource_name, url: registration_path(resource_name), :html=>{:role=>:form, :class=>'form-horizontal'}) do |f|

            = devise_error_messages!

            .form-group
              = f.label :email, :class=>'control-label col-lg-3'
              .col-lg-9= f.email_field :email, autofocus: true, :class=>'form-control', :placeholder=>'Email'

            .form-group
              = f.label :password, :class=>'control-label col-lg-3'
              .col-lg-9= f.password_field :password, autocomplete: "off", :class=>'form-control', :placeholder=>'Password'

            .form-group
              = f.label :password_confirmation, :class=>'control-label col-lg-3'
              .col-lg-9= f.password_field :password_confirmation, autocomplete: "off", :class=>'form-control', :placeholder=>'Confirm password'

            .form-group
              .col-lg-9.col-lg-offset-3
                = f.submit "Sign up", :class=>'btn btn-primary form-control'

            .form-group
              .col-lg-9.col-lg-offset-3.text-right
                / CONNECT
                = link_to 'Sign in',  new_user_session_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
happy_seed-0.0.11 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.10 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.9 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.8 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.7 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.6 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.5 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.4 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml