Sha256: 1e31dc1ffe44b5d7e0d8058e1fd2e9658c25d88ff043fd5ae609598c656fc319

Contents?: true

Size: 855 Bytes

Versions: 10

Compression:

Stored size: 855 Bytes

Contents

<div class="thredded--email">
  <figure class="thredded--email-post">
    <figcaption class="thredded--email-post--author">
      <%= @post.user.thredded_display_name %> <%= link_to 'said', post_permalink_url(@post) %>:
    </figcaption>
    <% cache [@post, 'content-onebox-placeholders'] do %>
      <%= render partial: 'thredded/posts/content',
                 locals: { post: @post, options: {onebox_placeholders: true} } %>
    <% end %>
  </figure>
  <hr/>

  <p>
    This email was sent to you because you are following this topic
    "<%= link_to @post.postable.title, post_permalink_url(@post.id) %>".
    <%= link_to 'View the conversation here', topic_url(@post.postable) %>.
  </p>

  <p>
    To unsubscribe from these emails, update your
    <%= link_to 'preferences', edit_messageboard_preferences_url(@post.messageboard) %>.
  </p>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.13.2 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.13.1 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.13.0 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.12.4 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.12.3 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.12.2 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.12.1 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.12.0 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.11.1 app/views/thredded/post_mailer/post_notification.html.erb
thredded-0.11.0 app/views/thredded/post_mailer/post_notification.html.erb