Sha256: 6c783d22a387a535f8b253d1c0ba7d7b57393c342e84076a2d98c03e10e43fd7
Contents?: true
Size: 639 Bytes
Versions: 6
Compression:
Stored size: 639 Bytes
Contents
%h3 Missing Information %p The following information is missing: %ul %li= resource.missing_info_reason %p Please revisit each wizard step and = link_to 'Complete all missing information', wizard_path(:information), class: 'btn btn-primary' for this audit. %p Once you're ready, click below to re-submit your audit with the updated information. %p = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :id - # If you change this label, update EffectiveMemberships ApplicantsController = f.save 'Resubmit Audit', 'data-confirm': "Really re-submit?", class: 'btn-sm'
Version data entries
6 entries across 6 versions & 1 rubygems