Sha256: c3cdb899d410a62ddf207fdec0c26b128dadd18b743bbc59e3fdbb6e30ded6fd

Contents?: true

Size: 796 Bytes

Versions: 62

Compression:

Stored size: 796 Bytes

Contents

.email-signup

  %h1= @content.title

  - if @content.content_blocks.present?
    .email-signup__content= render_content_blocks(@content.content_blocks)

  .email-signup__form
    = form_tag email_signup_path, method: 'post', id: 'dialog_email_signup_form', class: 'inline-form', data: { analytics: email_signup_analytics_data.to_json } do
      .inline-form__cell
        .value= email_field_tag :email, nil, id: 'dialog_email_signup_field', class: 'text-box', placeholder: t('workarea.storefront.forms.email_placeholder'), title: t('workarea.storefront.users.email'), required: true, autocomplete: 'email', autocapitalize: 'off', aria: { label: t('workarea.storefront.users.email') }
      %p.inline-form__cell= button_tag t('workarea.storefront.users.join'), value: 'sign_up', class: 'button'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/email_signups/show.html.haml