]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/message_notification.html.erb
Use trace jobs by default
[rails.git] / app / views / notifier / message_notification.html.erb
1 <p>
2   <%= t '.hi', :to_user => @to_user %>
3 </p>
4 <p>
5   <%= raw t '.header',
6             :from_user => link_to_user(@from_user),
7             :subject => content_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 %>