]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/changeset_comment_notification.html.erb
Added a greeting to the changeset comment message
[rails.git] / app / views / notifier / changeset_comment_notification.html.erb
index 4e271cfb2b0aa9f7e349332247ed56a1bee86479..0ebacf40e3833cf2454e42e412740c88fd422952 100644 (file)
@@ -1,5 +1,9 @@
 <% content_for :body do %>
   <p style="margin: 0">
+    <%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
+  </p>
+
+  <p>
     <% if @owner %>
       <%= raw t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %>
     <% else %>