Sha256: 4bb578d25008c4aff96a593fef2d05590c1a8b3cb0c6dbaea03aeffc04e1dc9a

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

<% if object.errors.any? %>
	<div class="mdwa_error">	
		<h2><span><%= pluralize(object.errors.count, t('system.error')) %> :</span></h2>

		<ul>
		<% object.errors.full_messages.each do |msg| %>
		<li><%= msg %></li>
		<% end %>
		</ul>
	</div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mdd-3.1.4 app/views/template/mdwa/_crud_error.html.erb
mdd-3.1.2 app/views/template/mdwa/_crud_error.html.erb
mdd-3.1.1 app/views/template/mdwa/_crud_error.html.erb