Fixed quote style to please rubocop

This commit is contained in:
Herve Saint-Amand 2017-02-13 12:08:41 +00:00
parent a520f1251c
commit cc65b2d126

View file

@ -6,7 +6,7 @@ module NotifierHelper
def link_to_user(display_name)
link_to(
content_tag(
'strong',
"strong",
display_name,
# NB we need "text-decoration: none" twice: GMail only honours it on
# the <a> but Outlook only on the <strong>