Sha256: 05600c0fe3f73fda011dcd2773fc223ae0d82507259494f81906579f2db0cb18
Contents?: true
Size: 419 Bytes
Versions: 15
Compression:
Stored size: 419 Bytes
Contents
<% if target && target.errors.any? %> <div id="errorExplanation" class="errorExplanation alert alert-danger" data-hook> <p> <strong><%= Spree.t(:errors_prohibited_this_record_from_being_saved, :count => target.errors.count) %>:</strong><br/> </p> <ul class="ul-with-markup"> <% target.errors.full_messages.each do |msg| %> <li><%= msg %></li> <% end %> </ul> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems