major updates to security and hacking logick
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-if target.errors.any?
|
||||
.alert.alert-error
|
||||
button type="button" class="close" data-dismiss="alert" ×
|
||||
h4 data-t="helpers.forms.errors.title" data-t-attributes=%[{"count":#{target.errors.count}}] = t('helpers.forms.errors.title', :count => target.errors.count)
|
||||
ul
|
||||
- for message in target.errors.full_messages
|
||||
li= message
|
||||
Reference in New Issue
Block a user