Sha256: c5533265ba72fb63c1750705e290563675e6544421a7a50f0acc7b4698495d9d
Contents?: true
Size: 898 Bytes
Versions: 115
Compression:
Stored size: 898 Bytes
Contents
.modal .modal__header h2 = "#{controller.action_name.capitalize} Patient Contact /" | h3.muted= contact = render "renalware/shared/modal_close_link" .modal__body = render "renalware/shared/errors", model: contact = simple_form_for(contact, url: patient_letters_contact_path(patient, contact), method: :patch, remote: true, wrapper: :horizontal_form) do |f| = f.input :default_cc, as: :inline_radio_buttons, readonly: nil = f.input :description_id, collection: contact_descriptions = f.input :other_description = f.input :notes, as: :text = f.submit class: :button span= " or " = link_to "Cancel", "#", "aria-label" => "Close", class: "reveal-modal-close" .modal__footer
Version data entries
115 entries across 115 versions & 1 rubygems