Fixed quote style to please rubocop
This commit is contained in:
parent
a520f1251c
commit
cc65b2d126
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue