4 <meta charset="UTF-8"></meta>
6 <body style="padding: 0; margin: 0; font-size: 14px; font-family: 'Helvetica Neue', Arial, sans-serif; color: #222">
7 <table style="background-color: #eee; width: 100%">
9 <td style="text-align: center">
10 <table style="width: 600px; color: #222; margin-left: auto; margin-right: auto">
12 <td style="width: 30px; padding: 10px">
13 <a href="<%= @root_url %>" target="_blank">
14 <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>
17 <td style="padding: 10px 0px">
18 <a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
19 <h1 style="font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</h1>
25 <table style="background-color: #fff; color: #222; border: solid 1px #ccc; border-collapse: separate">
27 <td style="text-align: left; padding: 15px 15px 5px 15px">
30 <%= t "notifier.changeset_comment_notification.commented.your_changeset_html", :commenter => @commenter, :commenter_url => @commenter_url, :time => @time %>
32 <%= t "notifier.changeset_comment_notification.commented.commented_changeset_html", :commenter => @commenter, :commenter_url => @commenter_url, :time => @time, :changeset_author => @changeset_author %>
34 <% if @changeset_comment %>
35 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment_html", :changeset_comment => @changeset_comment %>
37 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
40 <table style="font-size: 15px; font-style: italic; margin: 15px; background-color: #eee; width: 520px">
42 <td style="width: 50px; vertical-align: top; padding: 15px">
43 <a href="<%= @commenter_url %>" target="_blank"><%= image_tag attachments["avatar.png"].url, alt: @commenter %></a>
45 <td style="text-align: left; vertical-align: top; padding-right: 10px">
46 <%= @comment.to_html %>
51 <%= raw t 'notifier.changeset_comment_notification.details_html', :url => link_to(@changeset_url, @changeset_url) %>
62 <td style="text-align: center; font-size: 11px">
64 To unsubscribe from updates to this changeset, visit
65 <nobr><a style="color: #222" href="<%= @changeset_url %>"><%= @changeset_url %></a></nobr>
66 and click 'Unsubscribe'
68 <p style="margin-bottom: 10px">
69 <a href="https://www.openstreetmap.org/" target="_blank" style="color: #222">OpenStreetMap.org</a>