Sha256: 087cd7e74b0f96d687741bd29d51e1a196b0d5752efe23d96258ce063f04c153
Contents?: true
Size: 963 Bytes
Versions: 36
Compression:
Stored size: 963 Bytes
Contents
<div class="thredded--email"> <figure class="thredded--email-post"> <figcaption class="thredded--email-post--author"> <%= t 'thredded.emails.post_notification.html.post_lead_html', user: @post.user.thredded_display_name, post_url: post_permalink_url(@post.id), topic_title: @post.postable.title %> </figcaption> <% cache [@post, 'content-onebox-placeholders'] do %> <%= render partial: 'thredded/posts/content', locals: { post: @post, options: {onebox_placeholders: true} } %> <% end %> </figure> <hr/> <p> <%= t 'thredded.emails.post_notification.html.email_sent_reason_html', post_url: post_permalink_url(@post.id), topic_title: @post.postable.title %> </p> <p> <%= t 'thredded.emails.post_notification.html.unsubscribe_instructions_html', preferences_url: edit_messageboard_preferences_url(@post.messageboard) %> </p> </div>
Version data entries
36 entries across 36 versions & 2 rubygems