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.4.7 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.6 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.5 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.4 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.3 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.2 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.1 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.4.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.25 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.24 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.23 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.22 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.21 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.20 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.19 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.18 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.17 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.16 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.15 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.14 app/views/themes/light/forms/_errors.html.erb