Sha256: 3f67c8b043e1f4ae2f3d7e64604c2db33bb104d673bd5d0d768bfa611ac0f124

Contents?: true

Size: 281 Bytes

Versions: 5

Compression:

Stored size: 281 Bytes

Contents

h1 Edit multiple employees
= form_for @collection, url: [:collection_update, @collection] do |f|
  = render 'form_errors', target: @collection
  .form-inputs= f.optional_boolean :finished, disabled: true
  .form-actions= f.submit
.page-actions
  = link_to 'Back', employees_path


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
record_collection-0.7.4 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.7.3 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.7.2 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.7.1 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.7.0 spec/dummy/app/views/projects/collection_edit.html.slim