Sha256: 3cb0ca4a935bca761d9871ef95c083a4f28f9b4e52d99921dd0a9c67a1f47376

Contents?: true

Size: 1021 Bytes

Versions: 8

Compression:

Stored size: 1021 Bytes

Contents

.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
          Add Email

        .panel-body
          = form_for(current_user, :as => 'user', :url => finish_signup_path(current_user), :html => { role: 'form'}) do |f|
            - if @show_errors && current_user.errors.any?
              #error_explanation
                - current_user.errors.full_messages.each do |msg|
                  = msg
                  %br

            .form-group                  
              = f.label :email, :class=>'control-label col-sm-3'
              .col-sm-9= f.text_field :email, :autofocus => true, :value => '', class: 'form-control input-lg', placeholder: 'Example: email@me.com'

              %p.col-sm-9.help-block
                Please confirm your email address. No spam.

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
happy_seed-0.0.11 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.10 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.9 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.8 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.7 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.6 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.5 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml
happy_seed-0.0.4 lib/generators/happy_seed/omniauth/templates/app/views/users/finish_signup.html.haml