Sha256: 44bf70e00b919bef6d9c8111af73870abc8aa86575a0d55a6cfd06f5799523b3
Contents?: true
Size: 459 Bytes
Versions: 10
Compression:
Stored size: 459 Bytes
Contents
<% _attrs = @resource.persisted? ? edit_attrs : new_attrs -%> <%= nested_form_for([*(resource_path + [@resource])], as: resource_name_u, url: form_resource_url) do |f| %> <% if @resource.errors.any? -%> <div id="error_explanation"> <h3><%= t('iord.errors.explanation', errors: pluralize(@resource.errors.count, t('iord.errors.error'))) %></h3> </div> <% end %> <%= iordh.fieldset(@form_title, _attrs, f) { iordh.submit(f) } %> <% end -%>
Version data entries
10 entries across 10 versions & 1 rubygems