Sha256: a5d39ec58a71eb1524c8d8daf2b183fa4cfb0cd67b401d2d521b6394289ec2de

Contents?: true

Size: 1005 Bytes

Versions: 5

Compression:

Stored size: 1005 Bytes

Contents

.ui.middle.aligned.center.aligned.grid.grey
  .column
  %h2.ui.center.aligned.dividing.header.teal
    %i.signup.icon
    <%- if options[:metatags] %>
    = title('Sign up')
    <% else -%>
    | Sign up
    <%- end %>
    %div{class: "ui large form #{"error" if resource.errors.any?}"}
      = simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
        .ui.error.message
          = render 'devise/shared/error_messages'
        .field
          = f.input :email, required: true, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email), input_html: { autocomplete: "email" }
        .actions
          = f.button :submit, 'Resend confirmation instructions'
      .ui.horizontal.divider or
      .ui.horizontal.list
        = render 'devise/shared/links'
:css
  body > .grid { height: 90%; }
  .column { max-width: 450px; }
  @media (min-width: 768px){
    .column { max-width: 600px; }
  }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
semantic_ui_views_generator-0.0.9 lib/generators/semantic/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
semantic_ui_views_generator-0.0.8 lib/generators/semantic/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
semantic_ui_views_generator-0.0.7 lib/generators/semantic/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
semantic_ui_views_generator-0.0.6 lib/generators/semantic/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
semantic_ui_views_generator-0.0.5 lib/generators/semantic/templates/devise/simple_form/haml/confirmations/new.html.haml.tt