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.14.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.13.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.12.3 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.12.2 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.12.1 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.12.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.11.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.10.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.9.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.5 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.4 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.3 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.2 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.1 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.8.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.7.23 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.7.22 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.7.21 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.7.20 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.7.19 app/views/themes/light/forms/_errors.html.erb