We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027878b commit 0fd9c9eCopy full SHA for 0fd9c9e
1 file changed
app/models/name/quality_checks.rb
@@ -178,7 +178,8 @@ class QcWarning
178
# - Recommendation 9.2 [TODO: issue #6]:
179
similar_names_validly_published: {
180
message: lambda { |w|
181
- similar = w.name.similar_names(:valid).limit(5).map(&:name)
+ similar = w.name.similar_names(:valid).limit(5)
182
+ .map { |i| link_to(name.reload) }
183
<<~MSG.html_safe
184
Name is similar in spelling to: #{similar.to_sentence}.
185
Consider variations that are less prone to confusion
0 commit comments