Fix some Style/StringConcatenation warnings
This commit is contained in:
parent
75e135869e
commit
abca51e4d8
5 changed files with 18 additions and 18 deletions
|
@ -44,7 +44,7 @@ module BrowseHelper
|
|||
if object.redacted?
|
||||
""
|
||||
else
|
||||
h(icon_tags(object).map { |k, v| k + "=" + v }.to_sentence)
|
||||
h(icon_tags(object).map { |k, v| "#{k}=#{v}" }.to_sentence)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue