app/views/helena/questions/_radio_group.html.haml in helena-1.0.0.rc1 vs app/views/helena/questions/_radio_group.html.haml in helena-1.0.0.rc2

- old
+ new

@@ -1,7 +1,7 @@ .radio_group.form-group{ class: "#{'has-error' if errors[question.code]}" } %label - = question.question_text + != question.question_text = ' *' if question.required - question.labels.each do |label| .radio %label - checked = (answers[question.code].to_s == label.value.to_s) || label.preselected