Sha256: f89fd5cbe465f8cfc0bae693415bd5a70b850fe449eb49b27a98af4f7155cab3

Contents?: true

Size: 837 Bytes

Versions: 2

Compression:

Stored size: 837 Bytes

Contents

Hi <%= @recipient.friendly_name %>,

This a summary of what happened yesterday on the <%= Setting.first.try(:site_name) %> website.
<% unless @pending_comments.blank? %>
<%= t 'comments.digest_intro' %>

<% @pending_comments.each do |comment| %>
<%= "- from #{comment.author.name}: #{truncate comment.body, length: 50}" %>
<% end %>

You can see and manage these comments at: <%= pending_comments_url %>
<% end %>
<% unless @contact_messages.blank? %>
List of messages from the contact form:

<% @contact_messages.each do |message| %>
<%= "- from #{message.sender_name} (#{message.sender_email}): #{truncate message.body, length: 50}" %>
<% end %>

You can see and manage these messages at: <%= contacts_url %>
<% end %>

You are receiving this email because you are an administrator of the <%= Setting.first.try(:site_name) %> website.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tkh_mailing_list-0.11.3 app/views/administration_mailer/daily_digest.text.erb
tkh_mailing_list-0.11.2 app/views/administration_mailer/daily_digest.text.erb