Sha256: dc8629cba3ae710c3141646d83ab1738b8a3b5e8febc5a7adb91a34ff32a38eb

Contents?: true

Size: 697 Bytes

Versions: 8

Compression:

Stored size: 697 Bytes

Contents

- @title = "Sign Up"
.container
  .row
    .center_panel
      .panel.panel-default.only

        .panel-heading
          Sign up

        .panel-body

          = form_for resource, as: resource_name, url: registration_path(resource_name), layout: :horizontal do |f|

            / = devise_error_messages!

            = f.email_field :email, autofocus: true
            = f.password_field :password, autocomplete: "off"
            = f.password_field :password_confirmation, autocomplete: "off"

            - if devise_mapping.rememberable?
              = f.check_box :remember_me

            = f.submit "Sign Up"

          %p.text-right
            = render partial: "devise/shared/links"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
happy_seed-0.0.19 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/devise/templates/app/views/devise/registrations/new.html.haml