X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c57d2b29fc1f4647b460b6b74d072c409932e3f2..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 97a352a49..000000000 --- a/app/views/notifier/message_notification.html.erb +++ /dev/null @@ -1,22 +0,0 @@ -

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

-

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

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

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

-<% end %>