Sha256: 240fa8e048414ce9456015ec6bc27a5497bad3fd4dbb77ca436be7997225e771

Contents?: true

Size: 1021 Bytes

Versions: 36

Compression:

Stored size: 1021 Bytes

Contents

<div class="thredded--email">
  <figure class="thredded--email-post">
    <figcaption class="thredded--email-post--author">
      <%= t 'thredded.emails.message_notification.html.post_lead_html',
            user: @post.user.thredded_display_name,
            post_url: private_post_permalink_url(@post.id),
            topic_title: @post.postable.title %>
    </figcaption>
    <% cache [@post, 'content-onebox-placeholders'] do %>
      <%= render partial: 'thredded/private_posts/content',
                 locals: { post: @post, options: {onebox_placeholders: true} } %>
    <% end %>
  </figure>
  <hr/>
  <p>
    <%= t 'thredded.emails.message_notification.html.email_sent_reason_html',
          user: @post.postable.user.thredded_display_name,
          post_url: private_post_permalink_url(@post.id),
          topic_title: @post.postable.title %>
  </p>

  <p>
    <%= t 'thredded.emails.message_notification.html.unsubscribe_instructions_html',
          preferences_url: edit_preferences_url %>
  </p>
</div>

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
thredded-1.1.0 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-1.0.1 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-1.0.0 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.16 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.15 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.14 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.13 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.12 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.11 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.10 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.9 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.8 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.7 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.6 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.5 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.4 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.3 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.1 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.16.0 app/views/thredded/private_topic_mailer/message_notification.html.erb
thredded-0.15.5 app/views/thredded/private_topic_mailer/message_notification.html.erb