Sha256: 563fe842eae9fb0859c71d69a3d03754e6221994511f9e809a3300e934abc3a0

Contents?: true

Size: 442 Bytes

Versions: 10

Compression:

Stored size: 442 Bytes

Contents

<% if model and model.errors.any? %>
  <div class="alert alert-error alert-dismissable">
    <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
    <h4 class="alert-heading"><%= pluralize(model.errors.count, "error") %> prohibited this client from being saved:</h4>
    <ul>
      <% model.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
    </ul>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/shared/_messages.html.erb
georgia-0.7.8 app/views/georgia/shared/_messages.html.erb
georgia-0.7.7 app/views/georgia/shared/_messages.html.erb
georgia-0.7.6 app/views/georgia/shared/_messages.html.erb
georgia-0.7.5 app/views/georgia/shared/_messages.html.erb
georgia-0.7.4 app/views/georgia/shared/_messages.html.erb
georgia-0.7.3 app/views/georgia/shared/_messages.html.erb
georgia-0.7.2 app/views/georgia/shared/_messages.html.erb
georgia-0.7.1 app/views/georgia/shared/_messages.html.erb
georgia-0.7.0 app/views/georgia/shared/_messages.html.erb