Sha256: 856fb762fb954c9af607f294ab9e1570a85d9dac5b36becd4ad96433bf5af80f
Contents?: true
Size: 415 Bytes
Versions: 122
Compression:
Stored size: 415 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
122 entries across 122 versions & 1 rubygems