Sha256: e47bc17d9d3f3baad767729587c9616583dba58c88a74330c163f12bce1ff48a

Contents?: true

Size: 346 Bytes

Versions: 18

Compression:

Stored size: 346 Bytes

Contents

<%= error_messages_for symbol %>
<% fields = []; object.errors.each { |attrib, msg| fields << "#{object.class.name.underscore}_#{attrib}" } %>
<script type='text/javascript'>
  $$('#<%= fields.join("','#") %>').each(function(error_field) {
    error_field.up('div.field').addClassName('fieldWithErrors').removeClassName('field');
  });
</script>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
refinerycms-0.9.5.31 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.30 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.29 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.28 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.27 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.26 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.25 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.24 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.23 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.22 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.21 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.20 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.19 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.18 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.17 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.16 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.15 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb
refinerycms-0.9.5.14 vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb