Sha256: 941fc745e625b97db93f4aa21b65dffe3f37068c2643192a360652b1f64330dd
Contents?: true
Size: 305 Bytes
Versions: 79
Compression:
Stored size: 305 Bytes
Contents
<div class="error-explanation"> <h4>The following errors occurred:</h2> <ul> <% for field, errors of @errors: %> <% for error in errors: %> <li> <%= _.str.capitalize(_.str.humanize(field)) %> <%= error %> </li> <% end %> <% end %> </ul> </div>
Version data entries
79 entries across 79 versions & 1 rubygems