File tree Expand file tree Collapse file tree
app/views/draft_vaccination_records Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 batch : wizard_path ( "batch" ) ,
1919 delivery_method : wizard_path ( "delivery" ) ,
2020 delivery_site : wizard_path ( "delivery" ) ,
21- dose_sequence : wizard_path ( "dose-sequence" ) ,
21+ dose_sequence : @draft_vaccination_record . wizard_steps . include? ( :dose_sequence ) ? wizard_path ( "dose-sequence" ) : nil ,
2222 dose_volume : @draft_vaccination_record . wizard_steps . include? ( :dose ) ? wizard_path ( "dose" ) : nil ,
2323 identity : wizard_path ( "identity" ) ,
2424 supplier : wizard_path ( "supplier" ) ,
2525 location : @draft_vaccination_record . wizard_steps . include? ( :location ) ? wizard_path ( "location" ) : nil ,
2626 notes : wizard_path ( "notes" ) ,
2727 outcome : @draft_vaccination_record . wizard_steps . include? ( :outcome ) ? wizard_path ( "outcome" ) : nil ,
2828 performed_at : wizard_path ( "date-and-time" ) ,
29- vaccinator : wizard_path ( "vaccinator" ) ,
29+ vaccinator : @draft_vaccination_record . wizard_steps . include? ( :vaccinator ) ? wizard_path ( "vaccinator" ) : nil ,
3030 } %>
3131
3232<% show_notes = @draft_vaccination_record . editing? %>
You can’t perform that action at this time.
0 commit comments