Sha256: 07eefdf3ca6647c9ba1ea376f27bb8e9b5597c3493b4e1348082b7138211be54
Contents?: true
Size: 342 Bytes
Versions: 52
Compression:
Stored size: 342 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 comments will be displayed for your use on each step. = f.text_area :comments, label: 'Reviewer comments' = f.submit 'Save and Continue', center: true
Version data entries
52 entries across 52 versions & 1 rubygems