Sha256: af82e0c20e3101f193f6f5fd838b24a252f4b4a9285aa801ff6f4a80eed0a6fc
Contents?: true
Size: 883 Bytes
Versions: 31
Compression:
Stored size: 883 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 = 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
31 entries across 31 versions & 1 rubygems