Sha256: b0a4465b32eb8f834b99050e943802713c3492cf305a40cca1aae0ce73cff82a

Contents?: true

Size: 791 Bytes

Versions: 10

Compression:

Stored size: 791 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', private_post_permalink_url(@post) %>:
    </figcaption>
    <% cache [@post, 'content-onebox-placeholders'] do %>
      <%= render partial: 'thredded/private_posts/content',
                 locals: { post: @post, options: {onebox_placeholders: true} } %>
    <% end %>
  </figure>
  <hr/>
  <p>
    This email was sent to you because <%= @topic.user.thredded_display_name %> included you in a
    private topic, "<%= link_to @topic.title, private_topic_url(@topic) %>".
  </p>

  <p>
    To unsubscribe from these emails, update your <%= link_to 'preferences', edit_preferences_url %>.
  </p>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

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