]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/message_notification.html.erb
4095b5e59426f13c1a991a2ad5215d7805a00530
[rails.git] / app / views / user_mailer / message_notification.html.erb
1 <p>
2   <%= t ".hi", :to_user => @to_user %>
3 </p>
4 <p>
5   <%= t ".header_html",
6         :from_user => link_to_user(@from_user),
7         :subject => tag.em(@title) %>
8 </p>
9
10 <%= message_body do %>
11   <%= @text.to_html %>
12 <% end %>
13
14 <% content_for :footer do %>
15   <p>
16     <%= t ".footer_html",
17           :readurl => link_to(@readurl, @readurl) + tag(:br),
18           :replyurl => link_to(@replyurl, @replyurl) %>
19   </p>
20 <% end %>