5 lines
93 B
Text
5 lines
93 B
Text
|
- if @link.errors.any?
|
||
|
ul
|
||
|
- @link.errors.full_messages.each do |error|
|
||
|
li= error
|