]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/message_notification.html.erb
823f1487aa86f442c68a40640ceb23fb6643fa00
[rails.git] / app / views / notifier / message_notification.html.erb
1 <% content_for :body do %>
2   <p style="margin: 0">
3     <%= t'notifier.message_notification.hi', :to_user => @to_user %>
4   </p>
5   <p>
6     <%= raw t'notifier.message_notification.header',
7             :from_user => link_to_user(@from_user),
8             :subject => content_tag("em", @title)
9     %>
10   </p>
11
12   <%= render "notifier/user_message_table", :captured => capture { %>
13     <%= @text.to_html %>
14   <% } %>
15 <% end %>
16
17 <% content_for :footer do %>
18   <p>
19     <%= t'notifier.message_notification.footer_html',
20           :readurl => link_to(@readurl, @readurl) + tag(:br),
21           :replyurl => link_to(@replyurl, @replyurl)
22     %>
23   </p>
24 <% end %>