mirror of
https://github.com/internetee/registry.git
synced 2025-08-22 17:20:49 +02:00
5 lines
163 B
Text
5 lines
163 B
Text
- if f.object.errors.present?
|
|
.alert.alert-warning
|
|
%ul
|
|
- f.object.errors.messages.each do |message|
|
|
%li= message.second.first.split('[').first
|