Sha256: b44546cd2618093bdb174d882a83edfb3eb50ffbddf192718f8612b50c0624e8
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
<div id="errores"> <% if f.object.errors.any? %> <div id="error_explanation"> <div class="alert alert-error"> La ficha tiene <%= pluralize(f.object.errors.count, 'error', plural: 'errores') %>. </div> <ul> <% f.object.errors.full_messages.each do |msg| %> <li><%= msg %></li> <% end %> </ul> <%= f.error_notification %> </div> <% end %> </div> <!-- id: errores -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
msip-2.2.0.alfa3 | app/views/msip/hogar/_errores.html.erb |
msip-2.2.0.alfa2 | app/views/msip/hogar/_errores.html.erb |
msip-2.2a2 | app/views/msip/hogar/_errores.html.erb |