Sha256: f31e3e2302631e122ac0ff7c2938eef8ae2e3e94bb76f80e0301123e981f3aa6
Contents?: true
Size: 153 Bytes
Versions: 3
Compression:
Stored size: 153 Bytes
Contents
<% if !field_error.nil? && field_error.errors.length > 0 -%> <ul><%=field_error.errors.full_messages.map {|msg| content_tag(:li, msg)} %></ul> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
muck-engine-0.1.1 | app/views/shared/_field_error.html.erb |
muck-engine-0.1.0 | app/views/shared/_field_error.html.erb |
muck-engine-0.1.2 | app/views/shared/_field_error.html.erb |