Sha256: eb43a2bdd5d4760a277b5a2cab7a31ce825d809907e0cd97638a55f56f905ad6
Contents?: true
Size: 410 Bytes
Versions: 47
Compression:
Stored size: 410 Bytes
Contents
<% if target && target.errors.any? %> <div id="errorExplanation" class="errorExplanation" data-hook> <h2><%= t(:errors_prohibited_this_record_from_being_saved, :count => target.errors.count) %>:</h2> <p><%= t(: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
47 entries across 47 versions & 2 rubygems