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

Version Path
record_collection-0.10.4 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.10.4 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.10.3 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.10.3 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.10.2 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.10.2 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.10.1 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.10.1 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.10.0 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.10.0 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.9.2 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.9.2 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.9.1 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.9.1 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.9.0 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.9.0 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.8.3 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.8.3 lib/generators/collection_scaffold/templates/collection_edit.html.slim
record_collection-0.8.2 lib/generators/collection_scaffold/templates/collection_edit.html.haml
record_collection-0.8.2 lib/generators/collection_scaffold/templates/collection_edit.html.slim