Sha256: 36572b07b24c18bf4ee62bd2942d1716604e3106971e1fc2cff2f232f7d6cda3

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
record_collection-0.10.0 spec/dummy/app/views/projects/collection_edit.html.slim