Sha256: 031dcd5f7a46fad101fc73bf924139a36a9bf94c462cead962772734542876cf

Contents?: true

Size: 614 Bytes

Versions: 197

Compression:

Stored size: 614 Bytes

Contents

<% attributes ||= [] %>
<% attributes.select! { |attribute| form.object.errors[attribute].any? } %>
<% if form.object.errors[:base].any? || form.object.errors.present? || attributes.any? %>
  <%= render 'account/shared/alert', color: 'red' do %>
    <% if form.object.errors[:base].any? || attributes.any? %>
      <%= form.object.errors[:base].join(' ') %>
      <% attributes.each do |attribute| %>
      <%= resource.class.human_attribute_name(attribute) %> <%= resource.errors[attribute].to_sentence %>.
      <% end %>
    <% else %>
      Please correct the errors below.
    <% end %>
  <% end %>
<% end %>

Version data entries

197 entries across 197 versions & 5 rubygems

Version Path
bullet_train-themes-light-1.0.30 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-tester-1.0.1 app/views/themes/tester/forms/_errors.html.erb
bullet_train-themes-light-1.0.29 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.28 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-custom-1.0 app/views/themes/custom/forms/_errors.html.erb
bullet_train-themes-testing-1.0 app/views/themes/testing/forms/_errors.html.erb
bullet_train-themes-tester-1.0 app/views/themes/tester/forms/_errors.html.erb
bullet_train-themes-light-1.0.27 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-hayabusa-1.3 app/views/themes/hayabusa/forms/_errors.html.erb
bullet_train-themes-hayabusa-1.2 app/views/themes/hayabusa/forms/_errors.html.erb
bullet_train-themes-hayabusa-1.1 app/views/themes/hayabusa/forms/_errors.html.erb
bullet_train-themes-light-1.0.26 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.25 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.24 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.23 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.22 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.21 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.20 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.19 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.17 app/views/themes/light/forms/_errors.html.erb