]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/note_helper.rb
Error if geocoder#search is called with no arguments
[rails.git] / app / helpers / note_helper.rb
index baf5a2721f92190292c82057f5b9c456296932c5..87bd86f428e4edd7e1e821d84a9840694c8758c7 100644 (file)
@@ -4,13 +4,13 @@ module NoteHelper
       I18n.t("browse.note." + event + "_by_anonymous",
              :when => friendly_date(at),
              :exact_time => l(at)
-      ).html_safe
+            ).html_safe
     else
       I18n.t("browse.note." + event + "_by",
              :when => friendly_date(at),
              :exact_time => l(at),
              :user => note_author(by)
-      ).html_safe
+            ).html_safe
     end
   end