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.3.13 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.12 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.11 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.10 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.9 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.8 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.7 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.6 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.5 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.4 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.3 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.2 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.1 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.3.0 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.27 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.26 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.25 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.24 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.23 app/views/themes/light/forms/_errors.html.erb
bullet_train-themes-light-1.2.22 app/views/themes/light/forms/_errors.html.erb