Skip to content

Commit

Permalink
Fixes ruby syntax that circle ci didn't like
Browse files Browse the repository at this point in the history
  • Loading branch information
CB987 authored and bwatson78 committed Jan 15, 2025
1 parent 1bab625 commit abfc904
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ class ExternalLinkAttributeRenderer < AttributeRenderer
private

def li_value(value)
auto_link(value, :urls, :target => "_blank", :rel => "noopener noreferrer") do |link|
auto_link(value, :urls, target: "_blank", rel: "noopener noreferrer") do |link|
"<span class='fa fa-external-link'></span>&nbsp;#{link}"
end
end
end
end
end
end

0 comments on commit abfc904

Please sign in to comment.