Sha256: 7a30996aceb9f6013f690730a4d8705d07c4932bf8595184501ed79ae81eb5db
Contents?: true
Size: 892 Bytes
Versions: 6
Compression:
Stored size: 892 Bytes
Contents
= render('layout') do %p You have been selected to conduct a #{resource.cpd_audit.cpd_audit_level} audit with the following auditee: %ul %li - if resource.anonymous? = resource.cpd_audit.name - else #{resource.cpd_audit.user} <#{mail_to(resource.cpd_audit.user.email)}> %p The deadline to declare a conflict of interest is: #{resource.deadline_to_conflict_of_interest.strftime('%F')}. = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :current_step = f.radios :conflict_of_interest, cpd_audit_conflict_of_interest_collection, inline: true, required: true = f.show_if :conflict_of_interest, true do = f.text_area :conflict_of_interest_reason, required: true %hr = f.text_area :comments, label: 'Reviewer comments' = f.submit 'Save and Continue', center: true
Version data entries
6 entries across 6 versions & 1 rubygems