Sha256: c9ebe63c433df06b57858b739d0ec26de916ff819030dcbc68f4cc44d00db8e7

Contents?: true

Size: 264 Bytes

Versions: 27

Compression:

Stored size: 264 Bytes

Contents

<% if resource.errors.any? %>
  <div id="errorExplanation">
    <h2>The following errors prohibited this form from being saved:</h2>
    <ul>
    <% resource.errors.full_messages.each do |msg| %>
      <li><%= msg %></li>
    <% end %>
    </ul>
  </div>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
soapbox-0.3.1 app/views/admin/shared/_form_errors.html.erb
soapbox-0.3.0 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.24 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.23 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.21 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.20 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.18 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.16 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.15 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.14 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.12 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.11 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.10 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.9 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.8 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.7 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.6 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.5 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.4 app/views/admin/shared/_form_errors.html.erb
soapbox-0.2.3 app/views/admin/shared/_form_errors.html.erb