Sha256: 031dcd5f7a46fad101fc73bf924139a36a9bf94c462cead962772734542876cf

Contents?: true

Size: 614 Bytes

Versions: 200

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

200 entries across 200 versions & 5 rubygems

Version Path
bullet_train-themes-light-1.2.4 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.3 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.2 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.1 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.52 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.51 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.50 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.49 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.48 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.47 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.43 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.44 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.42 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.41 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.40 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.38 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.37 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.36 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.0.35 app/views/themes/light/forms/_errors.html.erb