Sha256: d16fe4dfbe341e2c65b6fc6a8ad58f9eae33f7b1b575ea1c7cf3907fe8bfdab4
Contents?: true
Size: 414 Bytes
Versions: 33
Compression:
Stored size: 414 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.size) %>:</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
33 entries across 33 versions & 1 rubygems