Sha256: d840120f7bed4827a901a318414e52cbee1ae66d362e64ac9874104430d97b73

Contents?: true

Size: 267 Bytes

Versions: 6

Compression:

Stored size: 267 Bytes

Contents

<% if migration.errors.any? %>
  <div class="pt_new_errors">
    <span><%= pluralize(migration.errors.count, "error") %></span>
    <ul>
      <% migration.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
    </ul>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ponytail-0.3.0 app/views/ponytail/migrations/_new_errors.html.erb
ponytail-0.2.0 app/views/ponytail/migrations/_new_errors.html.erb
ponytail-0.1.0 app/views/ponytail/migrations/_new_errors.html.erb
ponytail-0.0.5 app/views/ponytail/migrations/_new_errors.html.erb
ponytail-0.0.4 app/views/ponytail/migrations/_new_errors.html.erb
ponytail-0.0.3 app/views/ponytail/migrations/_new_errors.html.erb