Skip to content

Commit

Permalink
Update content_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jul 26, 2024
1 parent e129190 commit 92a3518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/content_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def tab_panel(**args, &block)
role: "tabpanel", id: "#{args[:id]}-tab-pane",
class: class_names("tab-pane fade", active, args[:class]),
aria: { labelledby: "#{args[:id]}-tab" },
**args.except(:class)
**args.except(:class, :id)
) do
content
end
Expand Down

0 comments on commit 92a3518

Please sign in to comment.