Sha256: 53a52b44507e39cd319974d4c6fd44236ba85c96c8a994c24fe2689a7cc72125
Contents?: true
Size: 432 Bytes
Versions: 2
Compression:
Stored size: 432 Bytes
Contents
h1 Edit multiple employees = form_for @collection, url: [:process_batch, @collection.record_class] do |f| = render 'form_errors', target: @collection .form-inputs= f.optional_text_field :section .form-inputs= f.optional_boolean :admin .form-inputs= f.optional_boolean :vegan /.form-inputs= f.check_box :admin /.form-inputs= f.check_box :vegan .form-actions= f.submit .page-actions = link_to 'Back', employees_path
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
record_collection-0.3.3 | spec/dummy/app/views/employees/batch_actions.html.slim |
record_collection-0.3.2 | spec/dummy/app/views/employees/batch_actions.html.slim |