]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/note_helper.rb
Renamed `apply_inline_css` to `style_message` as suggested
[rails.git] / app / helpers / note_helper.rb
index 2a101612928db938e68d3ccb51ce946cc467776a..6ebd18345526e186833527454e72895065c36539 100644 (file)
@@ -3,14 +3,12 @@ module NoteHelper
     if by.nil?
       I18n.t("browse.note." + event + "_by_anonymous",
              :when => friendly_date(at),
-             :exact_time => l(at)
-            ).html_safe
+             :exact_time => l(at)).html_safe
     else
       I18n.t("browse.note." + event + "_by",
              :when => friendly_date(at),
              :exact_time => l(at),
-             :user => note_author(by)
-            ).html_safe
+             :user => note_author(by)).html_safe
     end
   end