Sha256: 602eae8140afe820b81dc06bc6b8bb68e4f580042729cb9adf80df05a87644d8
Contents?: true
Size: 409 Bytes
Versions: 44
Compression:
Stored size: 409 Bytes
Contents
= form_for @collection, url: [:collection_update, @collection] do |f| = f.collection_ids / Error messages <% for attribute in attributes -%> .form-row= f.optional_<%= attribute.field_type %> :<%= attribute.name %> <% end -%> .form-actions= f.submit 'Save' .page-actions = link_to t('action.index.link', model: <%= class_name %>.model_name.human), <%= index_helper %>_path, class: 'to-index-button'
Version data entries
44 entries across 22 versions & 1 rubygems