We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d36525 commit a993cf4Copy full SHA for a993cf4
app/helpers/will_paginate_helper.rb
@@ -17,7 +17,7 @@ def link(text, target, attributes = {})
17
end
18
19
@template.link_to(target, attributes.merge(remote: true)) do # rubocop:disable Rails/HelperInstanceVariable
20
- text.to_s.html_safe # rubocop:disable Rails/OutputSafety as the string is already safe and provided by WillPaginate
+ text.to_s.html_safe # rubocop:disable Rails/OutputSafety -- the string is already safe and provided by WillPaginate
21
22
23
0 commit comments