X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..0814b4096c443e2ab3c09baa058aa81a00d205d1:/app/views/notifier/diary_comment_notification.html.erb diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.html.erb index a052ad793..73bfe9a33 100644 --- a/app/views/notifier/diary_comment_notification.html.erb +++ b/app/views/notifier/diary_comment_notification.html.erb @@ -1,25 +1,18 @@ -*************************************************************************** -* * -<%= t'notifier.diary_comment_notification.banner1' %> -<%= t'notifier.diary_comment_notification.banner2' %> -* * -*************************************************************************** +

+ <%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %> +

+

+ <%= raw t'notifier.diary_comment_notification.header', :from_user => link_to_user(@from_user), :subject => content_tag("em", @title) %> +

+<%= message_body do %> + <%= @text.to_html %> +<% end %> -<%= 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 %> +

<%= raw t'notifier.diary_comment_notification.footer', + :readurl => link_to(@readurl, @readurl) + tag(:br), + :commenturl => link_to(@commenturl, @commenturl) + tag(:br), + :replyurl => link_to(@replyurl, @replyurl) + %>

+<% end %>