Sha256: a41146e41f6a7c2a4cf6eef5f32acca2fd0a49dcb1ae8b0305a1385f2fe5107e

Contents?: true

Size: 491 Bytes

Versions: 8

Compression:

Stored size: 491 Bytes

Contents

.container
  .row
    .center_panel
      .panel.panel-default.only

        .panel-heading
          Forgot your password?

        .panel-body

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

            / = devise_error_messages!

            = f.email_field :email, autofocus: true

            = f.submit "Send me reset password instructions"

          %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/passwords/new.html.haml
happy_seed-0.0.18 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.17 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.16 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.15 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.14 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.13 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml
happy_seed-0.0.12 lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml