]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/diary_comment_notification.html.erb
Whitespace fixes for notifier erb views
[rails.git] / app / views / notifier / diary_comment_notification.html.erb
index 163223b44584cbd2fe92df87b920db081cf85474..1191286f1953a1b193931430ce5115068acf79b0 100644 (file)
@@ -11,8 +11,8 @@
 
 <% content_for :footer do %>
   <p><%= raw t '.footer',
-             :readurl => link_to(@readurl, @readurl) + tag(:br),
-             :commenturl => link_to(@commenturl, @commenturl) + tag(:br),
-             :replyurl => link_to(@replyurl, @replyurl)
-  %></p>
+               :readurl => link_to(@readurl, @readurl) + tag(:br),
+               :commenturl => link_to(@commenturl, @commenturl) + tag(:br),
+               :replyurl => link_to(@replyurl, @replyurl) %>
+  </p>
 <% end %>