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.27 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/email_signups/show.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/email_signups/show.html.haml