X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9b19a45e74abd4414bb79d6b992f7bec14390ad6..2c1033f62d450b7ed82058ee89d99983b7d97829:/app/views/notifier/message_notification.html.erb diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb deleted file mode 100644 index 74d10f599..000000000 --- a/app/views/notifier/message_notification.html.erb +++ /dev/null @@ -1,20 +0,0 @@ -

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

-

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

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

- <%= t ".footer_html", - :readurl => link_to(@readurl, @readurl) + tag(:br), - :replyurl => link_to(@replyurl, @replyurl) %> -

-<% end %>