-<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>
-
-<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
-
-==
-<%= @body %>
-==
-
-<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
-
-
-***************************************************************************
-* *
-<%= t'notifier.diary_comment_notification.banner1' %>
-<%= t'notifier.diary_comment_notification.banner2' %>
-* *
-***************************************************************************
+<% content_for :footer do %>
+ <p><%= raw t ".footer",
+ :readurl => link_to(@readurl, @readurl) + tag(:br),
+ :commenturl => link_to(@commenturl, @commenturl) + tag(:br),
+ :replyurl => link_to(@replyurl, @replyurl) %>
+ </p>
+<% end %>