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 8cb6011 commit b6e2b06Copy full SHA for b6e2b06
app/helpers/application_helper.rb
@@ -59,9 +59,9 @@ def render_markdown(markdown)
59
).to_html.strip
60
end
61
62
- def row(options = {}, &block)
+ def row(options = {}, &)
63
tag.div(class: 'attribute-row row') do
64
- label_column(options[:label]) + value_column(options[:value], &block)
+ label_column(options[:label]) + value_column(options[:value], &)
65
66
67
0 commit comments