Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Jan 15, 2025
1 parent 86fd7a7 commit b13f7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def html_options
# options[:rel] = rel if rel
options[:data] = data_attributes if data_attributes
options[:title] = title if title
options[:target] = target if target
# options[:target] = target if target
options[:name] = name if name.present? && value.present?
options[:value] = value if name.present? && value.present?
options[:aria] = { label: aria_label } if aria_label
Expand Down

0 comments on commit b13f7fd

Please sign in to comment.