Sha256: 950c60a5ec724532506f92ad4cdbf163ed53bde5a72190011806ac042b7deb77

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

= append_partials('storefront.share_mailer.top')

- content_for :preheader_text do
  = @content

%tr
  %td
    %h1= @content
    %p
      %strong= @share.from
    %p= t('workarea.storefront.email.share.from_info_html')

    %p= link_to @share.title, path_to_url(@share.url)

    - if @share.message.present?
      %p 
        %strong #{@share.from} #{t('workarea.storefront.email.share.from_message_html')}
      %p= @share.message


= append_partials('storefront.share_mailer.bottom')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-share-1.3.1 app/views/workarea/storefront/share_mailer/share.html.haml
workarea-share-1.3.0 app/views/workarea/storefront/share_mailer/share.html.haml
workarea-share-1.2.4 app/views/workarea/storefront/share_mailer/share.html.haml