]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/message_notification.html.erb
Even out the widths of the white bars around the message box
[rails.git] / app / views / notifier / message_notification.html.erb
1 <p>
2   <%= t'notifier.message_notification.hi', :to_user => @to_user %>
3 </p>
4 <p>
5   <%= raw t'notifier.message_notification.header',
6           :from_user => link_to_user(@from_user),
7           :subject => content_tag("em", @title)
8   %>
9 </p>
10
11 <%= message_body do %>
12   <%= @text.to_html %>
13 <% end %>
14
15 <% content_for :footer do %>
16   <p>
17     <%= t'notifier.message_notification.footer_html',
18           :readurl => link_to(@readurl, @readurl) + tag(:br),
19           :replyurl => link_to(@replyurl, @replyurl)
20     %>
21   </p>
22 <% end %>