Sha256: 7a41e57e7c0465cb47aa5febee426f372b4d45e18c1d2c0a3bee369ec77445e8
Contents?: true
Size: 387 Bytes
Versions: 9
Compression:
Stored size: 387 Bytes
Contents
<% if target && target.errors.any? %> <div id="errorExplanation" class="errorExplanation"> <h2><%= pluralize(target.errors.count, "error") %> prohibited this record from being saved:</h2> <p>There were problems with the following fields:</p> <ul> <% target.errors.full_messages.each do |msg| %> <li><%= msg %></li> <% end %> </ul> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems