]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/changeset_comment_notification.html.erb
Tidy up changeset comment code
[rails.git] / app / views / notifier / changeset_comment_notification.html.erb
index 2a07032c3fb4e61f65c8c0f90bdd4d2bfe64ef50..b7646a886b7e0c0a0dac0435cd0756b179ad434f 100644 (file)
@@ -1,6 +1,5 @@
 <p><%= t 'notifier.changeset_comment_notification.greeting' %></p>
 
-
 <p>
   <% if @owner %>
     <%= t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => @commenter, :time => @time %>
@@ -14,7 +13,6 @@
   <% end %>
 </p>
 
-
 ==
 <%= @comment.to_html %>
 ==