Sha256: 255f99678bbbe22c1c03dcd611e136f8734f882a959a3b1209d6f3073704c1ef
Contents?: true
Size: 374 Bytes
Versions: 3
Compression:
Stored size: 374 Bytes
Contents
= render('layout') do = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :current_step %hr %p The following rolling notes will be displayed for your use on each step. = f.text_area :comments, label: 'Reviewer notes', hint: 'Not displayed to the auditee' = f.submit 'Save and Continue', center: true
Version data entries
3 entries across 3 versions & 1 rubygems