X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bed2178231b783176551d21734d23b7a32f0d16..2c1033f62d450b7ed82058ee89d99983b7d97829:/app/views/notifier/diary_comment_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.html.erb deleted file mode 100644 index 163223b44..000000000 --- a/app/views/notifier/diary_comment_notification.html.erb +++ /dev/null @@ -1,18 +0,0 @@ -

- <%= t '.hi', :to_user => @to_user %> -

-

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

- -<%= message_body do %> - <%= @text.to_html %> -<% end %> - -<% content_for :footer do %> -

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

-<% end %>