6 lines
140 B
Text
6 lines
140 B
Text
- if target.errors.any?
|
|
div id="errorExplanation"
|
|
h2 Errors
|
|
ul
|
|
- target.errors.full_messages.each do |msg|
|
|
li = msg
|