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.5.15 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/email_signups/show.html.haml