Skip to content

Commit 8ffbf4e

Browse files
committed
Update names_helper.rb
1 parent 50c2c1b commit 8ffbf4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/helpers/names_helper.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ def name_lineage(name, links: true, last: true, register: nil, visited: [])
6262
# Display the current name
6363
if links && !last
6464
out << display_link(
65-
name,
66-
display_method: :name_html,
65+
name, :name_html,
6766
display_text: name.name_html(assume_valid: assume_valid)
6867
)
6968
else

0 commit comments

Comments
 (0)