+
+<%= render "notifier/user_message_table", :captured => capture { %>
+ <%= @text.to_html %>
+<% } %>
+
+<% content_for :footer do %>
+ <p>
+ <%= t'notifier.message_notification.footer_html',
+ :readurl => link_to(@readurl, @readurl) + tag(:br),
+ :replyurl => link_to(@replyurl, @replyurl)
+ %>
+ </p>
+<% end %>