Sha256: 83ed0d8be7afb808c9cf5ae63443b92dfe67668b2bcbc4a45d5c3ce0f0bb4666

Contents?: true

Size: 710 Bytes

Versions: 3

Compression:

Stored size: 710 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_boolean :hint_visible, hint: "Check this one if the hint is visible. Hint testing", append_text: "Just appending text must also be visible"
  .form-inputs= f.optional_input :start_date
  .form-inputs= f.optional_input :description, hint: "Hint normal display for other attributes, use .optional-attribute-hint with data-hint='abc' in your simple_form config to use the record_collection styling"
  .form-actions= f.submit
.page-actions
  = link_to 'Back', employees_path


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
record_collection-0.10.4 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.10.3 spec/dummy/app/views/projects/collection_edit.html.slim
record_collection-0.10.2 spec/dummy/app/views/projects/collection_edit.html.slim