Sha256: 3ee8e347f84eecb211f129ac7b50d71c9f3db265c941f4e200a06e39f4627803
Contents?: true
Size: 535 Bytes
Versions: 15
Compression:
Stored size: 535 Bytes
Contents
<% text = kit_snippet!(@post.system_id, 'Forum New Post Notification') %> <% if text.not_blank? %> <%= render :inline=>text %> <% else %> Hello <%= @to_user.display_name %>. There has been a new post on the thread you're watching entitled '<%= @post.topic_thread.title %>'. To view the post and any others that have been made more recently, click this link: <%= @post.topic_thread.link(true) %> To stop receiving notifications for this particular message you should click the "Stop Watching" button on the tread. <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems