We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2cec2 commit 6a70d21Copy full SHA for 6a70d21
lib/matestack/ui/core/base.rb
@@ -73,7 +73,7 @@ def render_content
73
end
74
result = ''
75
if self.html_tag
76
- result = tag.public_send(self.html_tag, child_content, self.options || {})
+ result = tag.public_send(self.html_tag, child_content, **self.options || {})
77
elsif child_content
78
result = child_content
79
0 commit comments