Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2020-06-11 19:19:12 +01:00
parent 2c341c438a
commit 39b60219fe
10 changed files with 22 additions and 23 deletions

View 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>