]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/notifier_helper.rb
Correct path for mapnik marker images
[rails.git] / app / helpers / notifier_helper.rb
index cc99898aa7b78ebe8e8121aec7e3aceaa86979bf..c18f79903ab52d2155a0a4550f6f1b4742461e05 100644 (file)
@@ -5,8 +5,7 @@ module NotifierHelper
 
   def link_to_user(display_name)
     link_to(
-      content_tag(
-        "strong",
+      tag.strong(
         display_name,
         # NB we need "text-decoration: none" twice: GMail only honours it on
         # the <a> but Outlook only on the <strong>