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