Sha256: 658b36d073faeb8c9098f3e9143c438b14ce37c8f4508016f681221c60cd1cc9

Contents?: true

Size: 467 Bytes

Versions: 25

Compression:

Stored size: 467 Bytes

Contents

- if object.errors.any?
  .alert.alert-danger#error_explanation
    -#%h3= "#{pluralize(object.errors.count, "ошибки")} при заполнении формы:"
    %h3 Ошибки при заполнении формы:
    %ul
      - object.errors.messages.each do |amsg|
        - amsg[1].each do |msg|
          %li
            #{t 'activerecord.attributes.user.'+amsg[0].to_s}: #{msg}

      -#- object.errors.full_messages.each do |msg|
        %li= msg

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
optimacms-0.1.61 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.4.3 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.4.2 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.9 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.8 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.7 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.6 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.5 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.2 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.3.1 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.23 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.22 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.19 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.18 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.17 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.8 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.7 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.6 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.2.5 app/views/optimacms/admin/shared/_form_errors.html.haml
optimacms-0.1.60 app/views/optimacms/admin/shared/_form_errors.html.haml