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

Version Path
kit_cms-2.3.22 app/views/notification/new_post.text.erb
kit_cms-2.3.20 app/views/notification/new_post.text.erb
kit_cms-2.3.19 app/views/notification/new_post.text.erb
kit_cms-2.3.18 app/views/notification/new_post.text.erb
kit_cms-2.3.17 app/views/notification/new_post.text.erb
kit_cms-2.3.16 app/views/notification/new_post.text.erb
kit_cms-2.3.15 app/views/notification/new_post.text.erb
kit_cms-2.3.14 app/views/notification/new_post.text.erb
kit_cms-2.3.13 app/views/notification/new_post.text.erb
kit_cms-2.3.11 app/views/notification/new_post.text.erb
kit_cms-2.3.10 app/views/notification/new_post.text.erb
kit_cms-2.3.9 app/views/notification/new_post.text.erb
kit_cms-2.3.8 app/views/notification/new_post.text.erb
kit_cms-2.3.7 app/views/notification/new_post.text.erb
kit_cms-2.3.6 app/views/notification/new_post.text.erb