Skip to content

Commit

Permalink
Fix labels in radio button groups
Browse files Browse the repository at this point in the history
  • Loading branch information
koke committed Jan 20, 2009
1 parent 911f23b commit 16ec034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/semantic_form_builder.rb
Expand Up @@ -79,7 +79,7 @@ def radio_button_group(method, values, options = {})
values.each do |value|
if value.is_a?(Hash)
tag_value = value[:value]
label = value[:label]
value_text = value[:label]
help = value.delete(:help)
else
tag_value = value
Expand Down

0 comments on commit 16ec034

Please sign in to comment.