1 <% content_for :body do %>
3 <%= t'notifier.message_notification.hi', :to_user => @to_user %>
6 <%= raw t'notifier.message_notification.header',
7 :from_user => link_to_user(@from_user),
8 :subject => content_tag("em", @title)
12 <%= render "notifier/user_message_table", :captured => capture { %>
17 <% content_for :footer do %>
19 <%= t'notifier.message_notification.footer_html',
20 :readurl => link_to(@readurl, @readurl) + tag(:br),
21 :replyurl => link_to(@replyurl, @replyurl)